Skip to content

Commit 0faa11e

Browse files
committed
fixes for cloud examples
1 parent 9d76277 commit 0faa11e

File tree

4 files changed

+3
-8
lines changed

4 files changed

+3
-8
lines changed

aREST.h

+2-1
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.1
10+
Version 2.9.2
1111
Changelog:
1212
13+
Version 2.9.2: Fixes for cloud examples
1314
Version 2.9.1: Compatibility fix for the new aREST cloud broker (Aedes)
1415
Version 2.9.0: Compatibility fix for the new aREST cloud server
1516
Version 2.8.1: Updated examples with publish()

examples/ESP8266_cloud/ESP8266_cloud.ino

-3
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,6 @@ void setup(void)
6464
Serial.println("");
6565
Serial.println("WiFi connected");
6666

67-
// Set output topic
68-
char* out_topic = rest.get_topic();
69-
7067
}
7168

7269
void loop() {

examples/Ethernet_cloud/Ethernet_cloud.ino

-3
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,6 @@ void setup(void)
5353
Serial.println("Failed to configure Ethernet using DHCP");
5454
}
5555

56-
// Set output topic
57-
char* out_topic = rest.get_topic();
58-
5956
}
6057

6158
void loop() {

library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=aREST
2-
version=2.9.1
2+
version=2.9.2
33
author=Marco Schwartz
44
maintainer=Marco Schwartz <[email protected]>
55
sentence=RESTful API for the Arduino platform.

0 commit comments

Comments
 (0)