Skip to content

Commit

Permalink
💄unify output format debug print of PICC
Browse files Browse the repository at this point in the history
  • Loading branch information
Pako2 committed Jan 21, 2019
1 parent 09a370f commit 34e12cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rfid.esp
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ void ICACHE_FLASH_ATTR rfidloop()
cooldown = millis() + 2000;
#ifdef DEBUG
Serial.print(F("[ INFO ] PICC's UID: "));
Serial.println(uid);
Serial.print(uid);
#endif
}
else
Expand Down

0 comments on commit 34e12cc

Please sign in to comment.