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

Commit accd542

Browse files
authored
v1.0.3
### Releases v1.0.3 1. Restructure code. 2. Fix example. 3. Enhance README.
1 parent 7e7995c commit accd542

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

examples/ISR_Timer_Switch/ISR_Timer_Switch.ino

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,15 +106,15 @@ ESP8266Timer ITimer;
106106

107107
// If local server
108108
#if USE_LOCAL_SERVER
109-
char blynk_server[] = "khoih.duckdns.org";
109+
char blynk_server[] = "account.duckdns.org";
110110
//char blynk_server[] = "192.168.2.110";
111111
#else
112112
char blynk_server[] = "";
113113
#endif
114114

115-
char auth[] = "un9Sv8k1q5xKpl5Lihs7a22Ixeq8MJ2J";
116-
char ssid[] = "HueNet1";
117-
char pass[] = "jenniqqs";
115+
char auth[] = "****";
116+
char ssid[] = "****";
117+
char pass[] = "****";
118118

119119
#endif
120120

examples/ISR_Timer_Switches/ISR_Timer_Switches.ino

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,15 +105,15 @@ ESP8266Timer ITimer;
105105

106106
// If local server
107107
#if USE_LOCAL_SERVER
108-
char blynk_server[] = "khoih.duckdns.org";
108+
char blynk_server[] = "account.duckdns.org";
109109
//char blynk_server[] = "192.168.2.110";
110110
#else
111111
char blynk_server[] = "";
112112
#endif
113113

114-
char auth[] = "un9Sv8k1q5xKpl5Lihs7a22Ixeq8MJ2J";
115-
char ssid[] = "HueNet1";
116-
char pass[] = "jenniqqs";
114+
char auth[] = "****";
115+
char ssid[] = "****";
116+
char pass[] = "****";
117117

118118
#endif
119119

0 commit comments

Comments
 (0)