自动配网 手册代码报错-Arduino中文社区 - Powered by Discuz!

Arduino中文社区

 找回密码
 立即注册

QQ登录

只需一步,快速开始

查看: 2007|回复: 3

[已解答] 自动配网 手册代码报错

[复制链接]
发表于 2020-4-13 16:26 | 显示全部楼层 |阅读模式
#define BLINKER_WIFI
#define BLINKER_APCONFIG

#include <Blinker.h>

void setup() {
  Blinker.begin() ;
}

void loop() {
  Blinker.run();
}

显示  no matching function for call to 'BlinkerESPMQTT::begin()'  
好奇怪啊
 楼主| 发表于 2020-4-13 16:27 | 显示全部楼层
有人经历过吗   是blinker 官方手册  开发工具  的  APconfig  例程   显示报错
发表于 2020-4-13 17:22 | 显示全部楼层
请看lib自带例程,先理解,再编程
发表于 2020-4-13 18:30 | 显示全部楼层
本帖最后由 admin1314 于 2020-4-13 18:39 编辑

[pre]#define BLINKER_WIFI                    //官方wifi协议库
#define BLINKER_APCONFIG

#include <Blinker.h>                    //官方库

char auth[] = "***";           //设备key号

void setup()
{
  // 初始化串口
  Serial.begin(115200);   //上传码率
  BLINKER_DEBUG.stream(Serial);

void loop() {
  Blinker.run();
}[/pre]



这个就好比填空题,需要填写你需要的东西。
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

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

GMT+8, 2024-11-28 07:29 , Processed in 0.155226 second(s), 16 queries .

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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