Skip to content

Commit

Permalink
Fix GPS and Si7021 regression (Fixes #513)
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkmueller committed Oct 12, 2019
1 parent 011ee31 commit 40a679f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions airrohr-firmware/Versions.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
NRZ-2019-124-B9
* Handle Si7021 for HTU21d replacement
* Fix GPS regression

NRZ-2019-124-B8
* bug fixes
* translation updates
Expand Down
2 changes: 1 addition & 1 deletion airrohr-firmware/airrohr-firmware.ino
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
*
************************************************************************/
// increment on change
#define SOFTWARE_VERSION_STR "NRZ-2019-124-B8"
#define SOFTWARE_VERSION_STR "NRZ-2019-124-B9"
const String SOFTWARE_VERSION(SOFTWARE_VERSION_STR);

/*****************************************************************
Expand Down

0 comments on commit 40a679f

Please sign in to comment.