Skip to content

Commit c6d6ff4

Browse files
committed
added MQTT server
1 parent ff08df7 commit c6d6ff4

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
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.6
10+
Version 2.9.7
1111
Changelog:
1212
13+
Version 2.9.7: Added URL for mqtt server
1314
Version 2.9.6: Add ID generator for ESP32
1415
Version 2.9.5: Compatibility with latest ESP8266 library
1516
Version 2.9.4: Publish() fixes
@@ -2031,7 +2032,7 @@ void setMQTTServer(char* new_mqtt_server){
20312032
char * subscriptions_names[NUMBER_SUBSCRIPTIONS];
20322033

20332034
// aREST.io server
2034-
char* mqtt_server = "164.90.147.20";
2035+
char* mqtt_server = "mqtt.arest.io";
20352036
bool private_mqtt_server;
20362037

20372038
#endif

library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/marcoschwartz/aREST.git"
88
},
99
"frameworks": "arduino",
10-
"version": "2.9.6",
10+
"version": "2.9.7",
1111
"platforms": [
1212
"atmelavr",
1313
"atmelsam",

library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=aREST
2-
version=2.9.6
2+
version=2.9.7
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)