Open Sejny opened 3 years ago
I tested it with ethernet and problem occur. Heap free fall in minute to zero.
New webserver work only over wifi
SOLVED
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.