Skip to content
This repository was archived by the owner on Jan 29, 2023. It is now read-only.

Commit 5aa14bb

Browse files
authored
Add files via upload
1 parent de54c1a commit 5aa14bb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples/ISR_Timer_Complex/ISR_Timer_Complex.ino

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,15 +73,15 @@
7373

7474
// If local server
7575
#if USE_LOCAL_SERVER
76-
char blynk_server[] = "khoih.duckdns.org";
76+
char blynk_server[] = "yourname.duckdns.org";
7777
//char blynk_server[] = "192.168.2.110";
7878
#else
7979
char blynk_server[] = "";
8080
#endif
8181

82-
char auth[] = "un9Sv8k1q5xKpl5Lihs7a22Ixeq8MJ2J";
83-
char ssid[] = "HueNet1";
84-
char pass[] = "jenniqqs";
82+
char auth[] = "***";
83+
char ssid[] = "***";
84+
char pass[] = "***";
8585

8686
#endif
8787

0 commit comments

Comments
 (0)