Skip to content

Commit

Permalink
update codes, upgrade NO SSL codes.
Browse files Browse the repository at this point in the history
  • Loading branch information
i3water committed Aug 26, 2020
1 parent 5a1e649 commit f4782b7
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@

#include <Blinker.h>

char auth[] = "6650efab7f0a";
char ssid[] = "有没有wifi";
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";

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

0 comments on commit f4782b7

Please sign in to comment.