新手求助 ESP8266Ping.h该怎么解决-Arduino中文社区 - Powered by Discuz!

Arduino中文社区

 找回密码
 立即注册

QQ登录

只需一步,快速开始

查看: 1221|回复: 1

新手求助 ESP8266Ping.h该怎么解决

[复制链接]
发表于 2021-11-16 22:14 | 显示全部楼层 |阅读模式
各位大佬好,想自己做个开机程序,刚接触这些东西,前面的难关都过了,现在遇到个新问题,编译时一直提示
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


我想这应该是没有相应的库,我在软件里在线安装累相应名字的库,但是还是不行,我百度了也没找到,请大家帮帮忙,谢谢!
发表于 2021-12-6 16:46 | 显示全部楼层
试试 改成:
#include <Ping.h>

源文件在:C:\Users\用户\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.0.1\tools\sdk\include\ping.h
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|Archiver|手机版|Arduino中文社区

GMT+8, 2024-11-28 08:32 , Processed in 0.105775 second(s), 16 queries .

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表