Skip to content

Commit

Permalink
fixes for cloud examples
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoschwartz committed May 26, 2021
1 parent 9d76277 commit 0faa11e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 8 deletions.
3 changes: 2 additions & 1 deletion 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.1
Version 2.9.2
Changelog:
Version 2.9.2: Fixes for cloud examples
Version 2.9.1: Compatibility fix for the new aREST cloud broker (Aedes)
Version 2.9.0: Compatibility fix for the new aREST cloud server
Version 2.8.1: Updated examples with publish()
Expand Down
3 changes: 0 additions & 3 deletions examples/ESP8266_cloud/ESP8266_cloud.ino
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,6 @@ void setup(void)
Serial.println("");
Serial.println("WiFi connected");

// Set output topic
char* out_topic = rest.get_topic();

}

void loop() {
Expand Down
3 changes: 0 additions & 3 deletions examples/Ethernet_cloud/Ethernet_cloud.ino
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ void setup(void)
Serial.println("Failed to configure Ethernet using DHCP");
}

// Set output topic
char* out_topic = rest.get_topic();

}

void loop() {
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.1
version=2.9.2
author=Marco Schwartz
maintainer=Marco Schwartz <[email protected]>
sentence=RESTful API for the Arduino platform.
Expand Down

0 comments on commit 0faa11e

Please sign in to comment.