Skip to content

Commit

Permalink
5.8.4 temperature scale
Browse files Browse the repository at this point in the history
  • Loading branch information
universam1 committed Mar 11, 2018
1 parent a082b62 commit dbb5d8a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ iSpindel/__vm/
.vscode
.vscode/c_cpp_properties.json
.vscode/launch.json
.vscode/.browse.c_cpp.db*
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ Check out [IOT DEVICE PULLS ITS WEIGHT IN HOME BREWING](http://hackaday.com/2017

| Date | Note |
| :--------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 08.03.2017 | Firmware 5.8.4: adding support for logging temperature data in Fahrenheit and Kelvin, thanks to @iceaway |
| 05.03.2017 | Firmware 5.8.3: Support for InfluxDB as additional backend, thanks to @iceaway |
| 23.02.2017 | New drawer version 'mwx-Edition' using threaded bolt nut and washer - thanks to @mwx |
| 21.02.2018 | Firmware 5.8.2: Extend token size to 40 char to support longer Ubidots token |
Expand Down
2 changes: 1 addition & 1 deletion pio/lib/Globals/Globals.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
extern Ticker flasher;

// defines go here
#define FIRMWAREVERSION "5.8.3"
#define FIRMWAREVERSION "5.8.4"


#define API_FHEM true
Expand Down

0 comments on commit dbb5d8a

Please sign in to comment.