We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84b6645 commit 781126cCopy full SHA for 781126c
src/Wippersnapper.h
@@ -42,7 +42,11 @@
42
#include "provisioning/ConfigJson.h"
43
44
#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
48
#define WS_PRINTER Serial ///< Where debug messages will be printed
49
+#endif
50
51
// Define actual debug output functions when necessary.
52
#ifdef WS_DEBUG
0 commit comments