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
Problem is caused by dependencies of new webserver(new AsyncTCP). After editing platforms.json (in my forked repo esphome webserver) all working perfect and with lower memory consuption
Hello Dominik,
please change ESPAsync webserver lib deps to:
ottowinter/ESPAsyncWebServer-esphome@^1.3.0
This new version has significantly lower flash/ram consumption and maybe is more stable
Old webserver: 92.4% FLASH / 13.7% RAM
New webserver 81.9% FLASH / 12.2% RAM
Same situation is with asyncTCP:
esphome/AsyncTCP-esphome@^1.2.2
But new webserver work well also with old asyncTCP with Husarnet ip v6 mods.
The text was updated successfully, but these errors were encountered: