Skip to content

0.4.0

Compare
Choose a tag to compare
@gilmaimon gilmaimon released this 22 Apr 16:22
· 126 commits to master since this release

Added WSS support for both esp8266 and esp32. E328266 can use client.setInsecure() (does not validate certificate chain) or client.setFingerprint(fingerprint) in order to use WSS. With ESP32 there is client.setCACert(certificate) that can be used. (Usage is same as the built in WiFiClientSecure).