Search found 1 match

by thobias
Tue Jul 23, 2019 5:22 pm
Forum: ESP-IDF
Topic: Ping from ESP32
Replies: 17
Views: 35944

Re: Ping from ESP32

I'm trying to use ping API of ESP8266_RTOS_SDK but there is a problem with ping_init() function, i'm including two libs ping.h and esp_ping.h. The functions of esp_ping are working fine, but the linker do not recognize ping_init of ping.h calling: " undefined reference to `ping_init' " when i try to...