I am sure this is very silly, but I am afraid I am stuck.
I am trying to ping a network device from a ESP32-WROOM32 module built into an Olimex ESP32-EVB board. Following the hints provided in this post, I am trying to include header files esp_ping.h and ping.h in my main .c file, but I always run into the same compilation error:
Code: Select all
...
CC build/main/ping.o
C:/msys32/home/dieguito/v3.1/ping/main/ping.c:15:22: fatal error: esp_ping.h: No such file or directory
compilation terminated.
...
Can anybody please explain to me how to use esp_ping.h and ping.h in my project, or at least point me to some documentation where I can learn how to properly configure my project?
Thanks in advance.