mirror of
https://github.com/itead/ITEADLIB_Arduino_Nextion.git
synced 2026-03-03 08:44:00 +01:00
add macro USE_SOFTWARE_SERIAL
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
#include "NexDownload.h"
|
||||
#include <SoftwareSerial.h>
|
||||
|
||||
//#define USE_SOFTWARE_SERIAL
|
||||
#ifdef USE_SOFTWARE_SERIAL
|
||||
SoftwareSerial dbSerial(3, 2); /* RX:D3, TX:D2 */
|
||||
#define DEBUG_SERIAL_ENABLE
|
||||
|
||||
Reference in New Issue
Block a user