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 b850511 commit e7e3b53
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 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 based on WiFiNINA library, v 1.1.3
Google's Firebase Realtime Database Arduino Library for ARM/AVR WIFI Development Boards based on WiFiNINA library, v 1.1.4

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 WiFiNINA

version=1.1.3
version=1.1.4

author=Mobizt

Expand Down
4 changes: 3 additions & 1 deletion src/Firebase_Arduino_WiFiNINA_HTTPClient.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@
#include <Arduino.h>
#include <SPI.h>
#include <WiFiNINA.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 e7e3b53

Please sign in to comment.