ESP32_ping icon indicating copy to clipboard operation
ESP32_ping copied to clipboard

Ping library for ESP32

Results 9 ESP32_ping issues
Sort by recently updated
recently updated
newest added

Thanks a lot for excellent library. It works fine on ESP32, no compiler error. Because something wrong on my PC, I did fresh install Windows 10 and Arduino IDE 1.8.8....

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...

I am trying to complete a project in Arduino IDE using an ESP32 (mini kit MH ET Live). Once a day, the code updates an RTC through NPT. The problem...

missing ';' statement above return (err ? ERR_OK : ERR_VAL);

Missing a semi colon

Fixed some simple typos

void setup() { Serial.begin(115200); Serial.print("Connecting t "); Serial.println(ssid); // WiFi.mode(WIFI_STA); WiFi.begin(ssid, password); while (WiFi.status() != WL_CONNECTED) { delay(500); Serial.print("."); } Serial.print("We got IP: "); Serial.println(WiFi.localIP()); Serial.print("And gateway: "); Serial.println(WiFi.gatewayIP()); }...

type +/ should be */