Skip to content

Commit 781126c

Browse files
committed
Test a wild theory about Serial1
1 parent 84b6645 commit 781126c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Wippersnapper.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,11 @@
4242
#include "provisioning/ConfigJson.h"
4343

4444
#define WS_DEBUG ///< Define to enable debugging to serial terminal
45+
#ifdef ARDUINO_ADAFRUIT_FEATHER_ESP32C6
46+
#define WS_PRINTER Serial1 ///< Where debug messages will be printed
47+
#else
4548
#define WS_PRINTER Serial ///< Where debug messages will be printed
49+
#endif
4650

4751
// Define actual debug output functions when necessary.
4852
#ifdef WS_DEBUG

0 commit comments

Comments
 (0)