From f899bae9ee1d00a617dc0b98b22d315c860b02cc Mon Sep 17 00:00:00 2001 From: zengpeng <371162105@qq.com> Date: Wed, 6 Apr 2016 10:20:41 +0800 Subject: [PATCH] add macro USE_SOFTWARE_SERIAL --- NexDownload.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/NexDownload.cpp b/NexDownload.cpp index fe1835f..6611054 100644 --- a/NexDownload.cpp +++ b/NexDownload.cpp @@ -16,6 +16,7 @@ #include "NexDownload.h" #include +//#define USE_SOFTWARE_SERIAL #ifdef USE_SOFTWARE_SERIAL SoftwareSerial dbSerial(3, 2); /* RX:D3, TX:D2 */ #define DEBUG_SERIAL_ENABLE