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

Commit

Permalink
v2.1.2 to fix bug and compiler error
Browse files Browse the repository at this point in the history
### Releases v2.1.2

1. Fix bug
2. Fix compiler error in some cases
  • Loading branch information
khoih-prog authored Sep 18, 2022
1 parent 56f7360 commit 0935d6f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions examples/AsyncHTTPSRequest_ESP/AsyncHTTPSRequest_ESP.ino
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,8 @@

int status; // the Wifi radio's status

const char* ssid = "HueNet1";
const char* password = "jenniqqs";
//const char* ssid = "your_ssid";
//const char* password = "your_pass";
const char* ssid = "your_ssid";
const char* password = "your_pass";

#if (ESP8266)
#include <ESP8266WiFi.h>
Expand Down

0 comments on commit 0935d6f

Please sign in to comment.