| 
    My Project
    
   | 
 
Configure your debug messages and hardware resource. More...
Macros | |
| #define | DEBUG_SERIAL_ENABLE | 
| #define | dbSerial Serial | 
| #define | nexSerial Serial2 | 
| #define | dbSerialPrint(a) dbSerial.print(a) | 
| #define | dbSerialPrintln(a) dbSerial.println(a) | 
| #define | dbSerialBegin(a) dbSerial.begin(a) | 
Configure your debug messages and hardware resource.
| #define dbSerial Serial | 
Define dbSerial for the output of debug messages.
| #define DEBUG_SERIAL_ENABLE | 
Define DEBUG_SERIAL_ENABLE to enable debug serial. Comment it to disable debug serial.
| #define nexSerial Serial2 | 
Define nexSerial for communicate with Nextion touch panel.
 1.8.7