Skip to content

Commit

Permalink
fixes for aREST.io
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoschwartz committed Jun 27, 2018
1 parent 25e0ec6 commit aab5a6c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions 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.7.1
Version 2.7.2
Changelog:
Version 2.7.2: Bug fixes for aREST.io
Version 2.7.1: Additional fixes & optimisations by @eykamp
Version 2.7.0: Several fixes & optimisations by @eykamp
Version 2.6.0: Added support for new aREST cloud app
Expand Down Expand Up @@ -324,7 +325,8 @@ void setKey(char* proKey, PubSubClient& client) {
strcpy(out_topic, outTopic.c_str());

// Build client ID
String client_id = id + String(proKey);
client_id = id + String(proKey);

}

#endif
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.7.1
version=2.7.2
author=Marco Schwartz
maintainer=Marco Schwartz <[email protected]>
sentence=RESTful API for the Arduino platform.
Expand Down

0 comments on commit aab5a6c

Please sign in to comment.