add home wifi

main
修改密码漏洞修复完成 1 month ago
parent f444864d8e
commit 1ba7b79166

@ -5,8 +5,10 @@
#include <ArduinoJson.h>
// WiFi 配置
const char* ssid = "rehome";
const char* password = "Ruihong123";
// const char* ssid = "rehome";
// const char* password = "Ruihong123";
const char* ssid = "iStoreOS_2.4G";
const char* password = "452131wW";
// MQTT 配置
const char* mqtt_server = "47.242.184.139"; // hk服务器

Loading…
Cancel
Save