Disable debug output

This commit is contained in:
Laura Hausmann 2023-04-21 22:54:08 +02:00
parent f3c32c93e6
commit e63eb4c620
Signed by: zotan
GPG key ID: D044E84C5BE01605

View file

@ -70,8 +70,8 @@ byte pn532response_firmwarevers[] = {
// Uncomment these lines to enable debug output for PN532(SPI) and/or MIFARE
// related code
#define PN532DEBUG
#define PN532CARDDEBUG
//#define PN532DEBUG
//#define PN532CARDDEBUG
// If using Native Port on Arduino Zero or Due define as SerialUSB
#define PN532DEBUGPRINT Serial ///< Fixed name for debug Serial instance