File tree 4 files changed +3
-8
lines changed
4 files changed +3
-8
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.1
10
+ Version 2.9.2
11
11
Changelog:
12
12
13
+ Version 2.9.2: Fixes for cloud examples
13
14
Version 2.9.1: Compatibility fix for the new aREST cloud broker (Aedes)
14
15
Version 2.9.0: Compatibility fix for the new aREST cloud server
15
16
Version 2.8.1: Updated examples with publish()
Original file line number Diff line number Diff line change @@ -64,9 +64,6 @@ void setup(void)
64
64
Serial.println (" " );
65
65
Serial.println (" WiFi connected" );
66
66
67
- // Set output topic
68
- char * out_topic = rest.get_topic ();
69
-
70
67
}
71
68
72
69
void loop () {
Original file line number Diff line number Diff line change @@ -53,9 +53,6 @@ void setup(void)
53
53
Serial.println (" Failed to configure Ethernet using DHCP" );
54
54
}
55
55
56
- // Set output topic
57
- char * out_topic = rest.get_topic ();
58
-
59
56
}
60
57
61
58
void loop () {
Original file line number Diff line number Diff line change 1
1
name =aREST
2
- version =2.9.1
2
+ version =2.9.2
3
3
author =Marco Schwartz
4
4
maintainer =Marco Schwartz <
[email protected] >
5
5
sentence =RESTful API for the Arduino platform.
You can’t perform that action at this time.
0 commit comments