Skip to content

Commit

Permalink
Minor HTTPClient update.
Browse files Browse the repository at this point in the history
  • Loading branch information
mobizt committed Sep 13, 2020
1 parent 468c36a commit 4e35eea
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


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

This client library provides the most reliable operations for read, store, and update the Firebase RTDB through the REST API.

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 Arduino based on WiFi101

version=1.1.2
version=1.1.3

author=Mobizt

Expand Down
3 changes: 3 additions & 0 deletions src/Firebase_Arduino_WiFi101_HTTPClient.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
#include <Arduino.h>
#include <SPI.h>
#include <WiFi101.h>
#if __has_include(<WiFiEspAT.h>) || __has_include(<espduino.h>)
#error WiFi UART bridge was not supported.
#endif

/// HTTP client errors
#define HTTPC_ERROR_CONNECTION_REFUSED (-1)
Expand Down

0 comments on commit 4e35eea

Please sign in to comment.