We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a1e649 commit f4782b7Copy full SHA for f4782b7
examples/Blinker_Hello/Hello_WiFi_Without_SSL/Hello_WiFi_Without_SSL.ino
@@ -48,9 +48,9 @@
48
49
#include <Blinker.h>
50
51
-char auth[] = "6650efab7f0a";
52
-char ssid[] = "有没有wifi";
53
-char pswd[] = "i8888888";
+char auth[] = "Your Device Secret Key";
+char ssid[] = "Your WiFi network SSID or name";
+char pswd[] = "Your WiFi network WPA password or WEP key";
54
55
// 新建组件对象
56
BlinkerButton Button1("btn-abc");
0 commit comments