Files
IRremoteESP8266/examples
David Conran d2fa206719 [BUG] ESP32-C3: Fix reboot/crashes on ESP32-C3s when receiving. (#1768)
- Seems an irrecv gpio of `14` was a poor default for the ESP-C3. Using it causes a reboot.
  - Using `10` for the input GPIO avoids the reboot.
- Ensure when we allocate/use a system timer, that it actually succeeds.
  - ESP32-C3 only has two system timers (0 & 1). Try to automatically cater for that scenario.
  - Add extra debug messages
  - Add a run-time assert to check it succeeded.

Fixes #1751
2022-03-09 09:00:14 +10:00
..
2021-02-13 20:12:36 +10:00