Skip to content

Commit

Permalink
Fix readStream returns false as expected http 200 when stream event p…
Browse files Browse the repository at this point in the history
…ayload does not contains http header
  • Loading branch information
mobizt committed Aug 9, 2019
1 parent a5f1b55 commit 1cd3a47
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Firebase RTDB Arduino Client for ARM/AVR WIFI Dev Boards


Google's Firebase Realtime Database Arduino Library for ARM/AVR WIFI Development Boards
Google's Firebase Realtime Database Arduino Library for ARM/AVR WIFI Dev Boards
based on WiFi101 library, v 1.0.8

This client library provides the most reliable operations for read, store, update Firebase RTDB through REST API.
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ maintainer=Mobizt <k_suwatchai@hotmail.com>

sentence=Google Firebase Realtime Database Arduino Client Library for Arduino WiFi Shield 101 and Arduino MKR1000 WIFI.

paragraph=This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database data.
paragraph=This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database.

category=Communication

Expand Down
2 changes: 1 addition & 1 deletion src/Firebase_Arduino_WiFi101.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Google's Firebase Realtime Database Arduino Library for ARM/AVR WIFI Development Boards based on WiFi101 library, version 1.0.8
* Google's Firebase Realtime Database Arduino Library for ARM/AVR WIFI Dev Boards based on WiFi101 library, version 1.0.8
*
*
* This library required WiFi101 Library to be installed.
Expand Down
2 changes: 1 addition & 1 deletion src/Firebase_Arduino_WiFi101.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Google's Firebase Realtime Database Arduino Library for ARM/AVR WIFI Development Boards based on WiFi101 library, version 1.0.8
* Google's Firebase Realtime Database Arduino Library for ARM/AVR WIFI Dev Boards based on WiFi101 library, version 1.0.8
*
*
* This library required WiFi101 Library to be installed.
Expand Down

0 comments on commit 1cd3a47

Please sign in to comment.