Skip to content

Commit

Permalink
Change name to HWCDC_Events.ino (From HWSerial_Events.ino) (espressif…
Browse files Browse the repository at this point in the history
…#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
  • Loading branch information
SuGlider authored and P-R-O-C-H-Y committed Apr 16, 2024
1 parent e546d44 commit 2d44e06
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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...");
}

Expand Down

0 comments on commit 2d44e06

Please sign in to comment.