Skip to content

Commit

Permalink
NAMF 2020-29 - save stack dump on exception, You can check it later v…
Browse files Browse the repository at this point in the history
…ia /stack_dump
  • Loading branch information
netmaniac committed May 18, 2020
1 parent 46cb5fc commit b6038ab
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Detailed changelog is in [Versions](Versions.md).
* /configSave.json - form for pasting configuration file
* /forceUpdate - form for changing update server or link to other binary file
* /wifi - list of wifi networks (active only in AP mode)
* /stack_dump - show stack dump from last exception with timestamp, FW version, language and MD5 sum of image
* /reset - sensor reboot
* /debug?lvl=x - sets debug serial messages info level to x:
* 0 - no debug
Expand Down
6 changes: 5 additions & 1 deletion Versions.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
NAMF 2020-29 ()
NAMF 2020-30 ()

NAMF 2020-29 (2020-05-18)
* in case of crash, stack dump will be saved in /stack_dump file on SPIFFS
* new url /stack_dump shows latest stack dump

NAMF 2020-28 (2020-04-24)
* option to disable displaying WiFi SSID/IP addr
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-28"
#define SOFTWARE_VERSION "NAMF-2020-29"
#endif
#include "defines.h"
#include <SoftwareSerial.h>
Expand Down

0 comments on commit b6038ab

Please sign in to comment.