EMS-ESP32 icon indicating copy to clipboard operation
EMS-ESP32 copied to clipboard

Core library upgrade

Open proddy opened this issue 1 year ago • 0 comments

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)

proddy avatar Oct 18 '24 08:10 proddy