Skip to content

Releases: bportaluri/WiFiEsp

Release 2.2.2

28 Dec 22:59
Compare
Choose a tag to compare
  • Make SSID a const char * in begin() #116
  • Replace NULL with 0 to avoid compilation warnings
  • Changing ESPLOGLEVEL requires editing debug.h #88

Release 2.2.1

02 Jan 13:15
Compare
Choose a tag to compare
  • Fixing Issue #69 (Can't declare member function to have static linkage)
  • Supporting ESP8266 firmware 2.X

Release 2.2

03 Nov 21:23
Compare
Choose a tag to compare

Multiple connections handling
Compilation warnings removed
Improved UDP example

Release 2.1.2

19 May 08:16
Compare
Choose a tag to compare

Added retry in EspDrv::wifiDriverInit method
Clean buffer in ScanNetwork (bug #43)

Release 2.1.1

09 Apr 15:47
Compare
Choose a tag to compare

Implemented gatwayIP() and subnetMask() methods

Release 2.1

13 Mar 09:32
Compare
Choose a tag to compare

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

21 Feb 23:19
Compare
Choose a tag to compare

Improved UDP support