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

Commit 0935d6f

Browse files
authored
v2.1.2 to fix bug and compiler error
### Releases v2.1.2 1. Fix bug 2. Fix compiler error in some cases
1 parent 56f7360 commit 0935d6f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

examples/AsyncHTTPSRequest_ESP/AsyncHTTPSRequest_ESP.ino

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,8 @@
6161

6262
int status; // the Wifi radio's status
6363

64-
const char* ssid = "HueNet1";
65-
const char* password = "jenniqqs";
66-
//const char* ssid = "your_ssid";
67-
//const char* password = "your_pass";
64+
const char* ssid = "your_ssid";
65+
const char* password = "your_pass";
6866

6967
#if (ESP8266)
7068
#include <ESP8266WiFi.h>

0 commit comments

Comments
 (0)