From 21adbfbfd76fd17b63d84bc2ef3efe99eb6d25b8 Mon Sep 17 00:00:00 2001 From: Marco Schwartz Date: Thu, 10 Sep 2020 15:20:46 +0200 Subject: [PATCH] fixes for new aREST server --- aREST.h | 5 +++-- library.properties | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/aREST.h b/aREST.h index 87bbff5..44b043f 100644 --- a/aREST.h +++ b/aREST.h @@ -7,9 +7,10 @@ This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License: http://creativecommons.org/licenses/by-sa/4.0/ - Version 2.8.1 + Version 2.9.0 Changelog: + Version 2.9.0: Compatibility fix for the new aREST cloud server Version 2.8.1: Updated examples with publish() Version 2.8.0: Compatibility with the new aREST cloud server Version 2.7.5: Added rate-limitation for publish() @@ -2012,7 +2013,7 @@ void setMQTTServer(char* new_mqtt_server){ char * subscriptions_names[NUMBER_SUBSCRIPTIONS]; // aREST.io server - char* mqtt_server = "104.248.48.85"; + char* mqtt_server = "142.93.194.74"; bool private_mqtt_server; #endif diff --git a/library.properties b/library.properties index a8cc49f..064b395 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=aREST -version=2.8.1 +version=2.9.0 author=Marco Schwartz maintainer=Marco Schwartz sentence=RESTful API for the Arduino platform.