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.
2 parents 84a0d79 + 04b70bb commit 2cc0473Copy full SHA for 2cc0473
libraries/ESP32/examples/HWSerial_Events/.skip.esp32 renamed to libraries/ESP32/examples/HWCDC_Events/.skip.esp32
libraries/ESP32/examples/HWSerial_Events/.skip.esp32s2 renamed to libraries/ESP32/examples/HWCDC_Events/.skip.esp32s2
libraries/ESP32/examples/HWSerial_Events/HWSerial_Events.ino renamed to libraries/ESP32/examples/HWCDC_Events/HWCDC_Events.ino
@@ -63,11 +63,11 @@ const char* HWCDC_Status() {
63
}
64
65
void setup() {
66
+ HWCDCSerial.onEvent(usbEventCallback);
67
+ HWCDCSerial.begin();
68
+
69
Serial0.begin(115200);
70
Serial0.setDebugOutput(true);
-
- HWCDCSerial.begin();
- HWCDCSerial.onEvent(usbEventCallback);
71
Serial0.println("Starting...");
72
73
0 commit comments