We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf63af6 commit 06ba895Copy full SHA for 06ba895
README.md
@@ -18,7 +18,10 @@ We have tested this library and found it compatible with (but not limited to) th
18
* Unzip and put files in the folder folder Libraries of Arduino IDE
19
* For more information about ESP8266 Arduino IDE, see https://github.com/esp8266/Arduino
20
21
-Usage Example
+**Known Issues**
22
+* TLS works fine on ESP8266 SDK 2.1.0 but has an issue with 2.2.0. However it works again with 2.3.0-rc1
23
+
24
+**Usage Example**
25
```c++
26
#include <ESP8266WiFi.h>
27
#include <MicroGear.h>
0 commit comments