Skip to content

Commit

Permalink
secure client does not work currently
Browse files Browse the repository at this point in the history
  • Loading branch information
Yattien committed Jun 12, 2021
1 parent aaf57e3 commit 7234619
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

## Version v18

- TLS and login credentials support
- MQTT login credentials support
- don't check if OTA update is available after deep-sleep
- 5 min timeout for wifiManager setup
- 7in5 display did not sleep
- Fix OTA update for ESP8266 boardpackage v3.0.0
- support ESP8266 boardpackage v3.0.0

## Version v17

Expand Down
3 changes: 2 additions & 1 deletion ESPEInk_ESP8266.ino
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@

ESP8266WebServer server(80);
IPAddress myIP; // IP address in your local wifi net
WiFiClientSecure espClient;
//WiFiClientSecure espClient;
WiFiClient espClient;
PubSubClient mqttClient(espClient);

// -----------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit 7234619

Please sign in to comment.