Skip to content

Commit

Permalink
just in case, turn tag field off on exiting reader mode
Browse files Browse the repository at this point in the history
  • Loading branch information
doegox committed Oct 11, 2023
1 parent bac3552 commit 6236fdd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions firmware/application/src/rfid_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ void tag_mode_enter(void) {

nrf_gpio_cfg_output(READER_POWER);
nrf_gpio_pin_clear(READER_POWER); // reader power disable
TAG_FIELD_LED_OFF();

nrf_gpio_cfg_output(HF_ANT_SEL);
nrf_gpio_pin_set(HF_ANT_SEL); // hf ant switch to emulation mode
Expand Down

0 comments on commit 6236fdd

Please sign in to comment.