mirror of
https://github.com/crankyoldgit/IRremoteESP8266.git
synced 2026-01-12 00:05:10 +08:00
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.