add macro USE_SOFTWARE_SERIAL

This commit is contained in:
zengpeng
2016-04-06 10:20:41 +08:00
parent 7b413aad7c
commit f899bae9ee

View File

@@ -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