Skip to content

Commit

Permalink
NAMF-2020-38rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
netmaniac committed May 10, 2021
1 parent 33bcca9 commit 0abd459
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions Versions.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
NAMF-2020-38rc1 ()
NAMF-2020-38rc1 (2021-05-10)

* aim to finish SDS readings 2 sec before sending time - should not catch SDS during collecting data on sending time
* aim to finish SDS readings 2 sec before sending time - should not catch SDS during collecting data on sending time
* log when procedure takes longer than 1s
* use SoftwareSerial library bundled with Arduino Core
* added uptime to data.json (in seconds)
* on /values page there is a link to graphs for given sensor on madavi.de

NAMF-2020-37 (2021-04-27)

Expand Down
2 changes: 1 addition & 1 deletion src/variables.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#if defined(BOOT_FW)
#define SOFTWARE_VERSION "NAMF-2020-boot"
#else
#define SOFTWARE_VERSION "NAMF-2020-37rc5"
#define SOFTWARE_VERSION "NAMF-2020-38rc1"
#endif
#include "defines.h"
#include "system/scheduler.h"
Expand Down

0 comments on commit 0abd459

Please sign in to comment.