ESP8266Ping icon indicating copy to clipboard operation
ESP8266Ping copied to clipboard

Memmory Allocation

Open aragornale opened this issue 5 years ago • 1 comments

i had made a little code using this library and I experienced a system restart every few hours. After searching and debuging i´ve fount that everytime i use the ping.ping eats almost 50 bytes from memory, so, i guess when it run out of memory, some wahtchdog restarte de DSP32 code : byte x=10, y=0; if (Ping.ping(gateway,1)) {PingCount=0; lcd.setCursor (x,y); lcd.print ((char)4);} else {PingCount++; lcd.setCursor (x,y); lcd.print (" ");}

aragornale avatar Nov 29 '19 20:11 aragornale

I have the same problem :( ping library eats up all the Memory .... :(

adynis avatar Mar 06 '20 00:03 adynis