From 4e35eea260a0695de2b685d03e55f9ac1c3dee13 Mon Sep 17 00:00:00 2001 From: suwatchai Date: Sun, 13 Sep 2020 18:49:42 +0700 Subject: [PATCH] Minor HTTPClient update. --- README.md | 2 +- library.properties | 2 +- src/Firebase_Arduino_WiFi101_HTTPClient.h | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c5ea11f..79c42cd 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/library.properties b/library.properties index 758a1ec..0b06709 100644 --- a/library.properties +++ b/library.properties @@ -1,6 +1,6 @@ name=Firebase Arduino based on WiFi101 -version=1.1.2 +version=1.1.3 author=Mobizt diff --git a/src/Firebase_Arduino_WiFi101_HTTPClient.h b/src/Firebase_Arduino_WiFi101_HTTPClient.h index 2f8d600..8c6bff1 100644 --- a/src/Firebase_Arduino_WiFi101_HTTPClient.h +++ b/src/Firebase_Arduino_WiFi101_HTTPClient.h @@ -37,6 +37,9 @@ #include #include #include +#if __has_include() || __has_include() +#error WiFi UART bridge was not supported. +#endif /// HTTP client errors #define HTTPC_ERROR_CONNECTION_REFUSED (-1)