1
0
mirror of https://github.com/xfjx/TonUINO.git synced 2025-09-01 11:02:38 +02:00

fixes typo

This commit is contained in:
Stephan Eisfeld
2018-08-09 12:25:23 +02:00
parent 5d91c5f6b0
commit 1ee5af9222

View File

@@ -858,7 +858,7 @@ void loop()
// # end - nfc tag does not have our magic cookie 0x1337 0xb347 on it (0)
// ######################################################################
// nfc tag is unknown but not not blank, ignore
// nfc tag is unknown but not blank, ignore
else {
Serial.println(F("nfc | tag is not one of ours"));
mfrc522.PICC_HaltA();