We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b413aa commit f899baeCopy full SHA for f899bae
NexDownload.cpp
@@ -16,6 +16,7 @@
16
#include "NexDownload.h"
17
#include <SoftwareSerial.h>
18
19
+//#define USE_SOFTWARE_SERIAL
20
#ifdef USE_SOFTWARE_SERIAL
21
SoftwareSerial dbSerial(3, 2); /* RX:D3, TX:D2 */
22
#define DEBUG_SERIAL_ENABLE
0 commit comments