点灯·blinker-app智动化设置不工作,还需设置那些?-Arduino中文社区 - Powered by Discuz!

Arduino中文社区

 找回密码
 立即注册

QQ登录

只需一步,快速开始

查看: 2485|回复: 3

[过期] 点灯·blinker-app智动化设置不工作,还需设置那些?

[复制链接]
发表于 2020-2-25 01:07 | 显示全部楼层 |阅读模式

void loop()
{
    Blinker.run();
//   Blinker.delay(100);
    if (read_time == 0 || (millis() - read_time) >= 3000)
    {
        read_time = millis();
        IOback();     
        ReadTemperature();
        if (isnan(celsius))
        {
            BLINKER_LOG("Failed to read from DHT sensor!");
            return;
        }
       TEMP.print(int(celsius));//发送温度至app
        BLINKER_LOG("Temperature: ",celsius, " *C");
        Blinker.autoInput("temp", int(celsius));
        Blinker.autoRun();        
    }   
}

微信图片_20200225003104.jpg
微信图片_20200225003213.jpg
微信图片_20200225003229.jpg
微信图片_20200225003204.jpg
发表于 2020-2-25 02:18 | 显示全部楼层
看设备调试信息
 楼主| 发表于 2020-2-25 15:25 | 显示全部楼层
手动和定时功能都正常,就是不知是什么原因
批注 2020-02-25 151514.png
发表于 2020-5-3 14:01 | 显示全部楼层
请问你解决了吗?
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

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

GMT+8, 2024-11-28 07:37 , Processed in 0.076396 second(s), 19 queries .

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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