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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: