Skip to content

Commit

Permalink
added MQTT server
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoschwartz committed Jul 7, 2022
1 parent ff08df7 commit c6d6ff4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 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.6
Version 2.9.7
Changelog:
Version 2.9.7: Added URL for mqtt server
Version 2.9.6: Add ID generator for ESP32
Version 2.9.5: Compatibility with latest ESP8266 library
Version 2.9.4: Publish() fixes
Expand Down Expand Up @@ -2031,7 +2032,7 @@ void setMQTTServer(char* new_mqtt_server){
char * subscriptions_names[NUMBER_SUBSCRIPTIONS];

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

#endif
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/marcoschwartz/aREST.git"
},
"frameworks": "arduino",
"version": "2.9.6",
"version": "2.9.7",
"platforms": [
"atmelavr",
"atmelsam",
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.6
version=2.9.7
author=Marco Schwartz
maintainer=Marco Schwartz <marcolivier.schwartz@gmail.com>
sentence=RESTful API for the Arduino platform.
Expand Down

0 comments on commit c6d6ff4

Please sign in to comment.