Skip to content
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

Fix compilation error when USB CDC on Boot is enabled #2080

Merged

Commits on Mar 17, 2024

  1. Fix compilation error when USB CDC on Boot is enabled

    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.
    k-takata committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    f338d45 View commit details
    Browse the repository at this point in the history