Skip to content

Commit

Permalink
nfc tag detection should be a failed event
Browse files Browse the repository at this point in the history
  • Loading branch information
rednblkx committed Oct 5, 2024
1 parent ff10f62 commit 773d00e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1496,7 +1496,7 @@ void nfc_thread_entry(void* arg) {
}
else {
LOG(W, "Invalid Response, probably not Homekey, publishing target's UID");
bool status = true;
bool status = false;
if (espConfig::miscConfig.nfcSuccessPin != 255) {
xQueueSend(gpio_led_handle, &status, 0);
}
Expand Down

0 comments on commit 773d00e

Please sign in to comment.