This repository was archived by the owner on Jan 29, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -106,15 +106,15 @@ ESP8266Timer ITimer;
106
106
107
107
// If local server
108
108
#if USE_LOCAL_SERVER
109
- char blynk_server[] = " khoih .duckdns.org" ;
109
+ char blynk_server[] = " account .duckdns.org" ;
110
110
// char blynk_server[] = "192.168.2.110";
111
111
#else
112
112
char blynk_server[] = " " ;
113
113
#endif
114
114
115
- char auth[] = " un9Sv8k1q5xKpl5Lihs7a22Ixeq8MJ2J " ;
116
- char ssid[] = " HueNet1 " ;
117
- char pass[] = " jenniqqs " ;
115
+ char auth[] = " **** " ;
116
+ char ssid[] = " **** " ;
117
+ char pass[] = " **** " ;
118
118
119
119
#endif
120
120
Original file line number Diff line number Diff line change @@ -105,15 +105,15 @@ ESP8266Timer ITimer;
105
105
106
106
// If local server
107
107
#if USE_LOCAL_SERVER
108
- char blynk_server[] = " khoih .duckdns.org" ;
108
+ char blynk_server[] = " account .duckdns.org" ;
109
109
// char blynk_server[] = "192.168.2.110";
110
110
#else
111
111
char blynk_server[] = " " ;
112
112
#endif
113
113
114
- char auth[] = " un9Sv8k1q5xKpl5Lihs7a22Ixeq8MJ2J " ;
115
- char ssid[] = " HueNet1 " ;
116
- char pass[] = " jenniqqs " ;
114
+ char auth[] = " **** " ;
115
+ char ssid[] = " **** " ;
116
+ char pass[] = " **** " ;
117
117
118
118
#endif
119
119
You can’t perform that action at this time.
0 commit comments