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

Memmory usage #11

Open
aragornale opened this issue Nov 30, 2019 · 0 comments
Open

Memmory usage #11

aragornale opened this issue Nov 30, 2019 · 0 comments

Comments

@aragornale
Copy link

Work fine, but after using the ESP32 a few hours it´s resets. Debugging i´ve found everytime i use ping_start(), eats 56 bytes of memory, resulting in a run out memory after a few hours working.
Here is the little piece of code i´m using to check my gateway:
if (ping_start(WiFi.gatewayIP(), 1, 0, 0, 5)) {PingCount=0; lcd.setCursor (10,0); lcd.print ((char)4);}
else {PingCount++; lcd.setCursor (10,0); lcd.print (" ");}

any ideas? thanks a lot

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