mp-se / gravitymon

iSpindle replacement firmware for beer brewing/fermenting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update arduino frameworks to latest version

mp-se opened this issue · comments

commented

Use latest arduino frameworks via platformio

esp8266 v4.1.0

  • completed, tests passed. could not upgrade arduinjson since this breaks the float formatting

esp32 v6.0.1

  • not yet tested
commented

MQTT library has been fixed so this will go into the next release.

commented
  • Updated platformio esp8266 to v4.1.0
  • Updated platformio esp32 to v6.0.1
  • Updated h2zero/NimBLE-Arduino to b 1.4.1
  • Updated 256dpi/arduino-mqtt to v2.5.1
  • Created tag v1.0.0 for codeplea/tinyexpr to get control over releases
  • Created tag v1.0.0 for graphitemaster/incbin to get control over releases
  • Updated bblanchon/ArduinoJson to v6.20.0 (does not work with float formatting, revert to previous version)
  • Updated khoih-prog/ESP_WiFiManager to v1.12.1
  • Updated khoih-prog/ESP_DoubleResetDetector to v1.3.2
commented

Had to revert ArduinoJSON to version newer than 6.18.5 since there is issues with float serialization. Need to investigate this further.