From 217c413909451013120e6095916096537ece59c0 Mon Sep 17 00:00:00 2001 From: Francois <thiebolt@irit.fr> Date: Wed, 14 Feb 2024 09:24:14 +0100 Subject: [PATCH] update --- ChangeLog.txt | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index 2334729a..2399ad6e 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -13,11 +13,12 @@ Kept esp32 2.0.14 Kept esp8266 3.1.2 - added status mode with additional functionnalities set @boot time: press CLR 5s --> format SPIFFS (standard behaviour) - press CLR & SW+ for 5s --> format SPIFFS and CLEAR NVS namespaces (NVS_wifi, NVS_calibration ... all) - press SW+ & SW- for 5s --> enter calibration mode - press SW- for 5s --> sensors test mode (no WiFi nor BLE nor ...) -Note: ensure when test sensor mode is activated to have the whole neOSensor configuration ! - + press CLR,SW+ for 5s --> format SPIFFS and CLEAR NVS namespaces + press SW+,SW- for 5s --> enter calibration mode + press SW- for 5s --> enter validation mode (no WiFi nor BLE nor ...) +Note 'validation mode': ensure to already have the whole neOSensor configuration (especially for analog sensors) + Roughly seaking, 'validation' mode is just about displaying the 'sharedRoot' json on serial link + The 'sharedRoot' structure holds all of the sensors values our neOSensor features. === Release 231216 for esp32 only (Arduino Core ESP32 2.0.14) / feature-calibration -- GitLab