Skip to content
Snippets Groups Projects
Commit 34e12cc9 authored by Pako2's avatar Pako2
Browse files

:lipstick:unify output format debug print of PICC

parent 09a370f6
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment