Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Old version of ESPAsyncWebserver #1

Open
Sejny opened this issue Nov 6, 2021 · 2 comments
Open

Old version of ESPAsyncWebserver #1

Sejny opened this issue Nov 6, 2021 · 2 comments

Comments

@Sejny
Copy link

Sejny commented Nov 6, 2021

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.

@Sejny
Copy link
Author

Sejny commented Nov 9, 2021

I tested it with ethernet and problem occur. Heap free fall in minute to zero.

New webserver work only over wifi

@Sejny
Copy link
Author

Sejny commented Nov 18, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant