Greetings,
I was trying to set up the ESP8266 dancole90 ping library, but every time I run the "Host ping" or the other example sketch, I get the following debug message on the last line of the serial monitor:
"ping 5, timeout 0, total payload 160 bytes, 5031 ms"
It doesn't really matter which ip address or host I try to ping.
I want to disable this debug message line, as it is ruining my (already existing) serial debug message formatting for one of my projects.
The problem is, I don't know where this debug message line is coming from..
Things I tried so far which didn't work at all:
- #define DISABLE_SPIFFS_DEBUG
- #define DISABLE_WIFI_DEBUG
- #define DISABLE_CORE_DEBUG
- #define ENABLE_DEBUG_PING 0
- system_set_os_print(0);
I also tried to comment out every DEBUG_PING(...), os_printf(...), LWIP_DEBUGF(...) lines, and also the ENABLE_DEBUG_PING, PING_DEBUG, etc definitions from ESP8266Ping.h, ESP8266Ping.cpp, ping.h, esp-ping.c files. I don't know which files should I look through next, as I don't have a very good understanding of the sdk / core.
GPT-4o was not helpful either.
IDE version: 2.1.1
Board: ESP-12F (4MB flash, 160Mhz)
ESP8266 core version: 3.1.2
Sorry for my English