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
I believe there is an issue with the timers when used with the esp32-s2, the only way I could get it to work was to run it without the timer using: the default 18 RX pin
IBus.begin(Serial1, IBUSBM_NOTIMER);
The text was updated successfully, but these errors were encountered:
geofrancis
changed the title
Timers dont work on ESP32-S2
Issues with ESP32-S2
Mar 24, 2023
I believe there is an issue with the timers when used with the esp32-s2, the only way I could get it to work was to run it without the timer using: the default 18 RX pin
IBus.begin(Serial1, IBUSBM_NOTIMER);
The text was updated successfully, but these errors were encountered: