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

Commit edc494f

Browse files
authored
Update ISR_Timer_Switches.ino
1 parent f319584 commit edc494f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples/ISR_Timer_Switches/ISR_Timer_Switches.ino

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,15 +73,15 @@ ESP8266Timer ITimer;
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)