Unverified Commit 04b70bbf authored by Rodrigo Garcia's avatar Rodrigo Garcia Committed by GitHub

Change name to HWCDC_Events.ino (From HWSerial_Events.ino) (#9483)

* Create HWCDC_Events.ino

* Delete libraries/ESP32/examples/HWSerial_Events/.skip.esp32

* Delete libraries/ESP32/examples/HWSerial_Events/.skip.esp32s2

* Delete libraries/ESP32/examples/HWSerial_Events/HWSerial_Events.ino

* Create .skip.esp32

* Create .skip.esp32s2

* Fixes HWCDC_Events.ino

* Fixes CI for S3
parent 93448d7f
......@@ -63,11 +63,11 @@ const char* HWCDC_Status() {
}
void setup() {
HWCDCSerial.onEvent(usbEventCallback);
HWCDCSerial.begin();
Serial0.begin(115200);
Serial0.setDebugOutput(true);
HWCDCSerial.begin();
HWCDCSerial.onEvent(usbEventCallback);
Serial0.println("Starting...");
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment