Files
IRremoteESP8266/examples/IRrecvDumpV3
K.Takata 61b43dea97 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.
2024-03-18 13:36:50 +10:00
..