Skip to content

Commit

Permalink
node-wifi-mqtt-homie: Bump firmware version to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Nov 2, 2017
1 parent bf1a9b5 commit 9594f3d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
5 changes: 5 additions & 0 deletions node-wifi-mqtt-homie-battery/CHANGES.rst
Expand Up @@ -10,6 +10,11 @@ in-progress
- Set some custom settings as default, limited at the moment by issue:
https://github.com/marvinroger/homie-esp8266/issues/323

2017-11-02 0.10.0
=================
- Workaround for ArduinoJson regarding float precision.
See also https://github.com/bblanchon/ArduinoJson/issues/566

2017-04-04 0.9.4
================
- Add temperature compensation in gram per degree.
Expand Down
Expand Up @@ -53,7 +53,7 @@
#include <Ticker.h>

#define FW_NAME "node-wifi-mqtt-homie-battery"
#define FW_VERSION "0.9.5"
#define FW_VERSION "0.10.0"
const int DEFAULT_SLEEP_TIME = 600;

//Workaround for https://github.com/bblanchon/ArduinoJson/issues/566
Expand Down
7 changes: 6 additions & 1 deletion node-wifi-mqtt-homie/CHANGES.rst
Expand Up @@ -12,8 +12,13 @@ in-progress
- Set some custom settings as default, limited at the moment by issue:
https://github.com/marvinroger/homie-esp8266/issues/323

2017-03-27 0.9.4
2017-11-02 0.10.0
=================
- Workaround for ArduinoJson regarding float precision.
See also https://github.com/bblanchon/ArduinoJson/issues/566

2017-03-27 0.9.4
================
- Add temperature compensation in gram per degree

2017-03-27 0.9.3
Expand Down
2 changes: 1 addition & 1 deletion node-wifi-mqtt-homie/node-wifi-mqtt-homie.ino
Expand Up @@ -44,7 +44,7 @@
HX711 scale;

#define FW_NAME "node-wifi-mqtt-homie"
#define FW_VERSION "0.9.5"
#define FW_VERSION "0.10.0"
const int DEFAULT_SEND_INTERVAL = 60;

//Workaround for https://github.com/bblanchon/ArduinoJson/issues/566
Expand Down

0 comments on commit 9594f3d

Please sign in to comment.