Skip to content

Commit

Permalink
Fixed for Core SDK v2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mobizt committed May 13, 2019
1 parent dc12d8a commit 1657db6
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 17 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Firebase Realtime Database Arduino Library for ESP8266


Google's Firebase Realtime Database Arduino Library for ESP8266 v 2.1.0
Google's Firebase Realtime Database Arduino Library for ESP8266 v 2.1.1


This library supports ESP8266 MCU from Espressif. The following are platforms which library are also available.
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name=Firebase ESP8266 Client

version=2.1.0
version=2.1.1

author=Mobizt

Expand Down
9 changes: 2 additions & 7 deletions src/FirebaseESP8266.cpp
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
/*
* Google's Firebase Realtime Database Arduino Library for ESP8266, version 2.1.0
* Google's Firebase Realtime Database Arduino Library for ESP8266, version 2.1.1
*
* May 12, 2019
* May 13, 2019
*
* Feature Added:
* - ETag
* - Classic HTTP hacks
* - Server timestamp
* - Shallowed Data
* - Priority value
*
* Feature Fixed:
* - SD initialize fixed for ESP8266 v2.5.1
Expand Down
9 changes: 2 additions & 7 deletions src/FirebaseESP8266.h
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
/*
* Google's Firebase Realtime Database Arduino Library for ESP8266, version 2.1.0
* Google's Firebase Realtime Database Arduino Library for ESP8266, version 2.1.1
*
* May 12, 2019
* May 13, 2019
*
* Feature Added:
* - ETag
* - Classic HTTP hacks
* - Server timestamp
* - Shallowed Data
* - Priority value
*
* Feature Fixed:
* - SD initialize fixed for ESP8266 v2.5.1
Expand Down
2 changes: 1 addition & 1 deletion src/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Firebase Realtime Database Arduino Library for ESP8266


Google's Firebase Realtime Database Arduino Library for ESP8266 v 2.1.0
Google's Firebase Realtime Database Arduino Library for ESP8266 v 2.1.1


## Global functions
Expand Down

0 comments on commit 1657db6

Please sign in to comment.