File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 7
7
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License:
8
8
http://creativecommons.org/licenses/by-sa/4.0/
9
9
10
- Version 2.9.6
10
+ Version 2.9.7
11
11
Changelog:
12
12
13
+ Version 2.9.7: Added URL for mqtt server
13
14
Version 2.9.6: Add ID generator for ESP32
14
15
Version 2.9.5: Compatibility with latest ESP8266 library
15
16
Version 2.9.4: Publish() fixes
@@ -2031,7 +2032,7 @@ void setMQTTServer(char* new_mqtt_server){
2031
2032
char * subscriptions_names[NUMBER_SUBSCRIPTIONS];
2032
2033
2033
2034
// aREST.io server
2034
- char * mqtt_server = " 164.90.147.20 " ;
2035
+ char * mqtt_server = " mqtt.arest.io " ;
2035
2036
bool private_mqtt_server;
2036
2037
2037
2038
#endif
Original file line number Diff line number Diff line change 7
7
"url" : " https://github.com/marcoschwartz/aREST.git"
8
8
},
9
9
"frameworks" : " arduino" ,
10
- "version" : " 2.9.6 " ,
10
+ "version" : " 2.9.7 " ,
11
11
"platforms" : [
12
12
" atmelavr" ,
13
13
" atmelsam" ,
Original file line number Diff line number Diff line change 1
1
name =aREST
2
- version =2.9.6
2
+ version =2.9.7
3
3
author =Marco Schwartz
4
4
maintainer =Marco Schwartz <marcolivier.schwartz@gmail.com>
5
5
sentence =RESTful API for the Arduino platform.
You can’t perform that action at this time.
0 commit comments