Search found 1 match

by fruityTomatoe
Thu Aug 08, 2019 7:45 am
Forum: ESP-IDF
Topic: Ping from ESP32
Replies: 17
Views: 35929

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