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
This commit is contained in:
parent
93448d7f34
commit
04b70bbf6a
3 changed files with 3 additions and 3 deletions
|
|
@ -63,11 +63,11 @@ const char* HWCDC_Status() {
|
||||||
}
|
}
|
||||||
|
|
||||||
void setup() {
|
void setup() {
|
||||||
|
HWCDCSerial.onEvent(usbEventCallback);
|
||||||
|
HWCDCSerial.begin();
|
||||||
|
|
||||||
Serial0.begin(115200);
|
Serial0.begin(115200);
|
||||||
Serial0.setDebugOutput(true);
|
Serial0.setDebugOutput(true);
|
||||||
|
|
||||||
HWCDCSerial.begin();
|
|
||||||
HWCDCSerial.onEvent(usbEventCallback);
|
|
||||||
Serial0.println("Starting...");
|
Serial0.println("Starting...");
|
||||||
}
|
}
|
||||||
|
|
||||||
Loading…
Reference in a new issue