Skip to content

Commit 9d76277

Browse files
committed
update for the new aREST cloud broker
1 parent 21adbfb commit 9d76277

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

aREST.h

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@
77
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License:
88
http://creativecommons.org/licenses/by-sa/4.0/
99
10-
Version 2.9.0
10+
Version 2.9.1
1111
Changelog:
1212
13+
Version 2.9.1: Compatibility fix for the new aREST cloud broker (Aedes)
1314
Version 2.9.0: Compatibility fix for the new aREST cloud server
1415
Version 2.8.1: Updated examples with publish()
1516
Version 2.8.0: Compatibility with the new aREST cloud server
@@ -2013,7 +2014,7 @@ void setMQTTServer(char* new_mqtt_server){
20132014
char * subscriptions_names[NUMBER_SUBSCRIPTIONS];
20142015

20152016
// aREST.io server
2016-
char* mqtt_server = "142.93.194.74";
2017+
char* mqtt_server = "164.90.147.20";
20172018
bool private_mqtt_server;
20182019

20192020
#endif

library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=aREST
2-
version=2.9.0
2+
version=2.9.1
33
author=Marco Schwartz
44
maintainer=Marco Schwartz <marcolivier.schwartz@gmail.com>
55
sentence=RESTful API for the Arduino platform.

0 commit comments

Comments
 (0)