thorrak / brewpi-esp8266

An implementation of the BrewPi device code on the ESP8266, ESP32, and ESP32-S2
GNU General Public License v3.0
83 stars 30 forks source link

Lock ESP32-S2 targets to Arduino v2.0.6 #93

Closed thorrak closed 1 year ago

thorrak commented 1 year ago

Arduino versions past v2.0.6 are based on ESP-IDF v4.4.4 which introduces a bug in the IIC implementation causing delays in every write to IIC LCDs. Reverting to v2.0.6 eliminates this bug.