Skip to content

Commit

Permalink
relase 2020-31
Browse files Browse the repository at this point in the history
  • Loading branch information
netmaniac committed Jul 8, 2020
1 parent 21340a8 commit 1f2c9dc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
7 changes: 6 additions & 1 deletion Versions.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
NAMF 2020-31 ()
NAMF 2020-32 ()

NAMF 2020-31 (2020-07-08)
* new scheduler
* SPS30 support (high precision particular matter sensor from Sensirion)
* network watchdog - restart sensor if can not ping given IP for three times in row (10 pings each time)

NAMF 2020-30 (2020-06-02)
* CPU clock boosted to 160 MHz
Expand Down
3 changes: 3 additions & 0 deletions src/update.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ t_httpUpdate_return tryUpdate(String const ver) {
url = String(UPDATE_URL);
break;
}
debug_out(F("Update checked:"), DEBUG_MIN_INFO,true);
debug_out(host, DEBUG_MIN_INFO,true);
debug_out(url, DEBUG_MIN_INFO,true);
return tryUpdate(host,String(UPDATE_PORT), url, ver);
};

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-30"
#define SOFTWARE_VERSION "NAMF-2020-31"
#endif
#include "defines.h"
#include "system/scheduler.h"
Expand Down

0 comments on commit 1f2c9dc

Please sign in to comment.