Skip to content

Commit

Permalink
Release 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bportaluri committed Nov 3, 2017
1 parent 285ba56 commit bdc47cc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.txt
@@ -1,3 +1,8 @@
2.2.2 (2017-11-03)
* Make SSID a const char * in begin() #116
* Replace NULL with 0 to avoid compilation warnings
* Changing _ESPLOGLEVEL_ requires editing debug.h #88

2.2.1 (2017-01-02)
* Fixing Issue #69 (Can't declare member function to have static linkage)
* Supporting ESP8266 firmware 2.X
Expand Down
2 changes: 1 addition & 1 deletion library.properties
@@ -1,5 +1,5 @@
name=WiFiEsp
version=2.2.1
version=2.2.2
author=bportaluri
maintainer=Bruno Portaluri <bportaluri@gmail.com>
sentence=Arduino WiFi library for ESP8266
Expand Down

0 comments on commit bdc47cc

Please sign in to comment.