We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70a2c30 commit d425a3fCopy full SHA for d425a3f
cores/esp32/main.cpp
@@ -49,6 +49,7 @@ extern "C" void app_main()
49
{
50
#if ARDUINO_SERIAL_PORT //Serial used for USB CDC
51
USB.begin();
52
+ Serial.begin();
53
#endif
54
loopTaskWDTEnabled = false;
55
initArduino();
0 commit comments