首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Arduino HTTPClient不工作

Arduino HTTPClient不工作
EN

Stack Overflow用户
提问于 2011-11-10 07:42:11
回答 1查看 2.2K关注 0票数 2

我有个带以太网屏的Arduino。

我有httpclient库,并且我正在尝试运行PachubeClient示例。

当我编译的时候,它会给我很多错误:

代码语言:javascript
复制
PachubeClient.cpp:25:25: error: Credentials.h: No such file or directory
PachubeClient.cpp: In function 'void setup()':
PachubeClient:47: error: 'ssid' was not declared in this scope
PachubeClient:47: error: 'passphrase' was not declared in this scope
PachubeClient:55: error: a function-definition is not allowed here before '{' token
PachubeClient:95: error: expected `}' at end of input

为什么?

EN

回答 1

Stack Overflow用户

发布于 2011-11-10 08:58:06

我根本没有尝试过使用Arduino开发环境,但是这个错误消息意味着您要么丢失了Credentials.h文件,要么编译器不知道在哪里可以找到它。验证该文件是否存在,然后检查您的编译器设置,以确保将头文件的路径传递给它。

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/8073287

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档