mirror of
https://github.com/kerwincui/FastBee.git
synced 2025-10-10 10:32:54 +08:00
update sdk/arduino/Arduino-ESP32/Helper.cpp.
This commit is contained in:
@@ -18,8 +18,8 @@ long monitorInterval = 1000;
|
||||
|
||||
//==================================== 这是需要配置的项 ===============================
|
||||
// Wifi配置
|
||||
char *wifiSsid = "tp-six";
|
||||
char *wifiPwd = "clh15108665817";
|
||||
char *wifiSsid = "wifi-ssid";
|
||||
char *wifiPwd = "wifi-password";
|
||||
|
||||
// 设备信息配置
|
||||
String deviceNum = "D6329VL54419L1Y0";
|
||||
|
Reference in New Issue
Block a user