Releases: bportaluri/WiFiEsp
Releases · bportaluri/WiFiEsp
Release 2.2.2
Release 2.2.1
- Fixing Issue #69 (Can't declare member function to have static linkage)
- Supporting ESP8266 firmware 2.X
Release 2.2
Multiple connections handling
Compilation warnings removed
Improved UDP example
Release 2.1.2
Added retry in EspDrv::wifiDriverInit method
Clean buffer in ScanNetwork (bug #43)
Release 2.1.1
Implemented gatwayIP() and subnetMask() methods
Release 2.1
SSL connection support
Implementation of config and configAP methods
Fixed read methods WiFiEspClient.read(buf, size) and WiFiEspUDP::read(buf, size)
Fixed possible buffer overflow in EspDrv.sendCmdGet
Added beginAP methods similar to WiFi101 library - parameters order for beginAP is now different!
Release 1.6
Improved UDP support