[FL-1629] Better RFID writing (#632)

* RFID: ground the antenna when writing
* RFID: forced switch to indala mode
This commit is contained in:
SG
2021-08-09 22:33:13 +10:00
committed by GitHub
parent c799fcf416
commit b8b0417374
3 changed files with 13 additions and 16 deletions

View File

@@ -37,6 +37,7 @@ void RfidWriter::start() {
furi_hal_rfid_tim_read(125000, 0.5);
furi_hal_rfid_pins_read();
furi_hal_rfid_tim_read_start();
hal_gpio_write(&gpio_rfid_pull, true);
}
void RfidWriter::stop() {