EMS-ESP32
EMS-ESP32 copied to clipboard
Core library upgrade
Following up from #1804, after 3.7.0 is out look at migrating some of the core libraries and frameworks to see if it improves performance, memory consumption and the firmware binary filesize isn't too big.
- [ ] https://github.com/pioarduino/platform-espressif32 to use Arduino v3.1/IDF v5.3 (from v2.0.x/IDF v4.4.x)
- [ ] Web Server to https://github.com/mathieucarbou/ESPAsyncWebServer and then PsychicHTTP with SSL when it's mature
- [ ] MQTT client espmqttclient -> https://github.com/mlesniew/PicoMQTT (no more AsyncTCP)