-
Notifications
You must be signed in to change notification settings - Fork 7.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change name to HWCDC_Events.ino (From HWSerial_Events.ino) #9483
Conversation
👋 Hello SuGlider, we appreciate your contribution to this project! Click to see more instructions ...
Review and merge process you can expect ...
|
@me-no-dev - This is the same change you have requested in the 2.0.15 release... That was also in the 3.0.0. |
…#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
Description of Change
Changes the name of the example sketch to the correct HWCDC instead of HWSerial (UART).
Tests scenarios
Tested with C3 using the example. Using CDC on Boot enabled and disabled.
Tested with S2 and ESP32 for the error messages/warning.
Tested with S3 in OTG and HW CDC Serial USB modes.
Related links
None.