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 8c34f19 commit f305264Copy full SHA for f305264
src/Tx_main.cpp
@@ -359,10 +359,10 @@ RF_PRE_INIT()
359
360
void setup()
361
{
362
- #ifdef DEBUG_LOG
363
- Serial1.begin(115200);
364
- Serial1.setDebugOutput(true);
365
- #endif
+#ifdef DEBUG_LOG
+ LOGGING_UART.begin(115200);
+ LOGGING_UART.setDebugOutput(true);
+#endif
366
Serial.setRxBufferSize(4096);
367
Serial.begin(460800);
368
targets/common.ini
@@ -62,6 +62,7 @@ upload_resetmethod = nodemcu
62
board_build.f_cpu = 160000000L
63
build_flags =
64
-D PLATFORM_ESP32=1
65
+ -D ARDUINO_USB_MODE=1
66
67
# ------------------------- COMMON ESP32S3 DEFINITIONS -----------------
68
[env_common_esp32s3]
0 commit comments