From b6038ab5e52e7b701995f0091a5392980da3e573 Mon Sep 17 00:00:00 2001 From: netmaniac Date: Mon, 18 May 2020 10:55:49 +0200 Subject: [PATCH] NAMF 2020-29 - save stack dump on exception, You can check it later via /stack_dump --- Readme.md | 1 + Versions.md | 6 +++++- src/variables.h | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index dbe225b..567f6db 100644 --- a/Readme.md +++ b/Readme.md @@ -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 diff --git a/Versions.md b/Versions.md index ecf6339..e02e008 100644 --- a/Versions.md +++ b/Versions.md @@ -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 diff --git a/src/variables.h b/src/variables.h index 1ab19f1..ee0dc37 100644 --- a/src/variables.h +++ b/src/variables.h @@ -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