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

Commit

Permalink
Update ISR_Timer_Switches.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
khoih-prog authored Nov 28, 2019
1 parent f319584 commit edc494f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/ISR_Timer_Switches/ISR_Timer_Switches.ino
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,15 @@ ESP8266Timer ITimer;

// If local server
#if USE_LOCAL_SERVER
char blynk_server[] = "khoih.duckdns.org";
char blynk_server[] = "yourname.duckdns.org";
//char blynk_server[] = "192.168.2.110";
#else
char blynk_server[] = "";
#endif

char auth[] = "un9Sv8k1q5xKpl5Lihs7a22Ixeq8MJ2J";
char ssid[] = "HueNet1";
char pass[] = "jenniqqs";
char auth[] = "****";
char ssid[] = "****";
char pass[] = "****";

#endif

Expand Down

0 comments on commit edc494f

Please sign in to comment.