Skip to content

Commit

Permalink
update for the new aREST cloud broker
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoschwartz committed Mar 27, 2021
1 parent 21adbfb commit 9d76277
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions aREST.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.0
Version 2.9.1
Changelog:
Version 2.9.1: Compatibility fix for the new aREST cloud broker (Aedes)
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
Expand Down Expand Up @@ -2013,7 +2014,7 @@ void setMQTTServer(char* new_mqtt_server){
char * subscriptions_names[NUMBER_SUBSCRIPTIONS];

// aREST.io server
char* mqtt_server = "142.93.194.74";
char* mqtt_server = "164.90.147.20";
bool private_mqtt_server;

#endif
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=aREST
version=2.9.0
version=2.9.1
author=Marco Schwartz
maintainer=Marco Schwartz <[email protected]>
sentence=RESTful API for the Arduino platform.
Expand Down

0 comments on commit 9d76277

Please sign in to comment.