8000 USB CDC should also be started in main · espressif/arduino-esp32@d425a3f · GitHub
[go: up one dir, main page]

Skip to content

Commit d425a3f

Browse files
committed
USB CDC should also be started in main
1 parent 70a2c30 commit d425a3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cores/esp32/main.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ extern "C" void app_main()
4949
{
5050
#if ARDUINO_SERIAL_PORT //Serial used for USB CDC
5151
USB.begin();
52+
Serial.begin();
5253
#endif
5354
loopTaskWDTEnabled = false;
5455
initArduino();

0 commit comments

Comments
 (0)
0