You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix compilation error when USB CDC on Boot is enabled (#2080)
When USB CDC on Boot is enabled on ESP32-C3, an compilation error
occurs, because `Serial.begin()` takes only one (or zero) parameter.
Check `ARDUINO_USB_CDC_ON_BOOT` and call it with the correct parameter.
0 commit comments