We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db7b349 commit 57e8e50Copy full SHA for 57e8e50
cores/esp32/main.cpp
@@ -45,8 +45,10 @@ __attribute__((weak)) bool shouldPrintChipDebugReport(void) {
45
46
void loopTask(void *pvParameters)
47
{
48
+#if !defined(NO_GLOBAL_INSTANCES) && !defined(NO_GLOBAL_SERIAL)
49
// sets UART0 (default console) RX/TX pins as already configured in boot or as defined in variants/pins_arduino.h
50
Serial0.setPins(SOC_RX0, SOC_TX0);
51
+#endif
52
#if ARDUHAL_LOG_LEVEL >= ARDUHAL_LOG_LEVEL_DEBUG
53
printBeforeSetupInfo();
54
#else
0 commit comments