Search found 1 match

by ugurerkan
Wed Jan 31, 2018 10:21 am
Forum: ESP-IDF
Topic: Ping from ESP32
Replies: 17
Views: 36333

Re: Ping from ESP32

This is a old question but just in case it helps the next guy.... It took me a while to figure out how to use the ping api but just create a pingResults function and make some calls to esp_ping_set_target to config things and call ping_init(); esp_err_t pingResults(ping_target_id_t msgType, esp_pin...