新手求助 ESP8266Ping.h该怎么解决
各位大佬好,想自己做个开机程序,刚接触这些东西,前面的难关都过了,现在遇到个新问题,编译时一直提示sketch_nov16a:4:10: fatal error: ESP8266Ping.h: No such file or directory
4 | #include <ESP8266Ping.h>
| ^~~~~~~~~~~~~~~
compilation terminated.
exit status 1
ESP8266Ping.h: No such file or directory
我想这应该是没有相应的库,我在软件里在线安装累相应名字的库,但是还是不行,我百度了也没找到,请大家帮帮忙,谢谢!
试试 改成:
#include <Ping.h>
源文件在:C:\Users\用户\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.0.1\tools\sdk\include\ping.h
页:
[1]