Skip to content

Commit

Permalink
fixes for new aREST server
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoschwartz committed Sep 10, 2020
1 parent 0e6b782 commit 21adbfb
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.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()
Expand Down Expand Up @@ -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
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.8.1
version=2.9.0
author=Marco Schwartz
maintainer=Marco Schwartz <[email protected]>
sentence=RESTful API for the Arduino platform.
Expand Down

0 comments on commit 21adbfb

Please sign in to comment.