Skip to content

Commit 094d400

Browse files
authored
Merge pull request #7 from IcingTomato/patch-2
Update: Fix some error
2 parents 71da119 + af376df commit 094d400

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/Advanced/Time/Time.ino

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515

1616
// Set the name and password of the wifi to be connected.
1717
// 配置所连接wifi的名称和密码
18-
const char* ssid = "FS309";
19-
const char* password = "FS8008808";
18+
const char* ssid = "";
19+
const char* password = "";
2020

2121
const char* ntpServer =
2222
"time1.aliyun.com"; // Set the connect NTP server. 设置连接的NTP服务器
@@ -59,4 +59,4 @@ void setup() {
5959
void loop() {
6060
delay(1000);
6161
printLocalTime();
62-
}
62+
}

0 commit comments

Comments
 (0)