08 2024 档案

摘要:#define BLINKER_PRINT Serial #define BLINKER_WIFI #include <Blinker.h> char auth[] = "c9876669831c"; //上一步中在app中获取到的Secret Key char ssid[] = "ChinaNet 阅读全文
posted @ 2024-08-16 22:49 李兴利 阅读(54) 评论(0) 推荐(0)
摘要:#include <Arduino.h> #include <ESP8266WiFi.h> #include <WiFiManager.h> //导入WIFI管理模块 void setup() { Serial.begin(115200); //配置示波器默认频率 WiFiManager manag 阅读全文
posted @ 2024-08-15 10:54 李兴利 阅读(323) 评论(0) 推荐(0)