Skip to content

Commit f4782b7

Browse files
committed
update codes, upgrade NO SSL codes.
1 parent 5a1e649 commit f4782b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/Blinker_Hello/Hello_WiFi_Without_SSL/Hello_WiFi_Without_SSL.ino

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848

4949
#include <Blinker.h>
5050

51-
char auth[] = "6650efab7f0a";
52-
char ssid[] = "有没有wifi";
53-
char pswd[] = "i8888888";
51+
char auth[] = "Your Device Secret Key";
52+
char ssid[] = "Your WiFi network SSID or name";
53+
char pswd[] = "Your WiFi network WPA password or WEP key";
5454

5555
// 新建组件对象
5656
BlinkerButton Button1("btn-abc");

0 commit comments

Comments
 (0)