Skip to content

Commit f899bae

Browse files
committed
add macro USE_SOFTWARE_SERIAL
1 parent 7b413aa commit f899bae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

NexDownload.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
#include "NexDownload.h"
1717
#include <SoftwareSerial.h>
1818

19+
//#define USE_SOFTWARE_SERIAL
1920
#ifdef USE_SOFTWARE_SERIAL
2021
SoftwareSerial dbSerial(3, 2); /* RX:D3, TX:D2 */
2122
#define DEBUG_SERIAL_ENABLE

0 commit comments

Comments
 (0)