diff --git a/README.md b/README.md index d8ae423b..d10da9e7 100644 --- a/README.md +++ b/README.md @@ -39,57 +39,27 @@ If you would like to support the developer with a cup of coffee you can do that **General remark:** Beside the `firmware.bin`, typically also the content of `/html` needs to be updated! -##### Rolling - (2021-01-01) -* Increased stability (internal image handling) -* Disabled `CheckDigitIncreaseConsistency` in default configuration - must now be explicit enabled if needed -* Bug fixing: `message`-directory was missing on SD card, html: minor bug in edit digital/analog -2020-12-31 +##### 6.0.0 Image Processing in Memory - (2021-01-02) -* Bug-Fixing: internal change of camera handling to avoid reboots - -2020-12-29 - -* MQTT: LWT (Last Will Testament) implemented: "connection lost" is written to the error topic in case of connection lost (`TopicError`) - -2020-12-29 - -* Parameter `TimerServer` added to `config.ini` -* Update digital CNN to v7.2.1 (additional digital images trained) -* Bug fixing: - * edit digits: log images could not be enabled (html-page update) - * PreValue: no reboot necessary to use / take newly set pre-values - -2020-12-27 - -* Major change: no need of SD card for image processing anymore (all in memory) +* **Major change**: image processing fully in memory - no need of SD card buffer anymore - * 95% less SD card writing - * SD use: mainly reading of data (config, html, tflite parameters), only log files and prevalue write on SD card anymore * Need to limit camera resolution to VGA (due to memory limits) -* New Feature: setting of time server in `config.ini` +* MQTT: Last Will Testament (LWT) implemented: "connection lost" in case of connection lost to `TopicError` - ``` - [System] - TimeServer = fritz.box - ``` - -* Bug fix: corrected handling of out commented analog pointer ROIs +* Disabled `CheckDigitIncreaseConsistency` in default configuration - must now be explicit enabled if needed +* Update digital CNN to v7.2.1 (additional digital images trained) -2020-12-07 +* Setting of arbitrary time server in `config.ini` +* Option for fixed IP-, DNS-Settings in `wlan.ini` -* Improvement: internal file handling +* Increased stability (internal image and camera handling) - -2020-12-06 - -* Option for fixed IP settings in `wlan.ini` - description see inside file - -* based on v5.0.0 (2020-12-06) +* Bug fixing: edit digits, handling PreValue, html-bugs diff --git a/code/main/version.cpp b/code/main/version.cpp index 7292790f..b1155d92 100644 --- a/code/main/version.cpp +++ b/code/main/version.cpp @@ -1,4 +1,4 @@ -const char* GIT_REV="8a06825"; +const char* GIT_REV="0e36010"; const char* GIT_TAG=""; const char* GIT_BRANCH="rolling"; -const char* BUILD_TIME="2021-01-01 13:40"; \ No newline at end of file +const char* BUILD_TIME="2021-01-02 08:39"; \ No newline at end of file diff --git a/code/version.cpp b/code/version.cpp index 7292790f..b1155d92 100644 --- a/code/version.cpp +++ b/code/version.cpp @@ -1,4 +1,4 @@ -const char* GIT_REV="8a06825"; +const char* GIT_REV="0e36010"; const char* GIT_TAG=""; const char* GIT_BRANCH="rolling"; -const char* BUILD_TIME="2021-01-01 13:40"; \ No newline at end of file +const char* BUILD_TIME="2021-01-02 08:39"; \ No newline at end of file diff --git a/firmware/bootloader.bin b/firmware/bootloader.bin index 7c3e7103..df78ead7 100644 Binary files a/firmware/bootloader.bin and b/firmware/bootloader.bin differ diff --git a/firmware/firmware.bin b/firmware/firmware.bin index e4f582c9..2dc60cb9 100644 Binary files a/firmware/firmware.bin and b/firmware/firmware.bin differ diff --git a/firmware/html.zip b/firmware/html.zip index b312d154..70151534 100644 Binary files a/firmware/html.zip and b/firmware/html.zip differ diff --git a/sd-card/html/edit_config_param.html b/sd-card/html/edit_config_param.html index 14b70538..437cc01a 100644 --- a/sd-card/html/edit_config_param.html +++ b/sd-card/html/edit_config_param.html @@ -61,7 +61,7 @@ textarea { - + LogImageLocation @@ -75,7 +75,7 @@ textarea { - + LogfileRetentionInDays @@ -538,7 +538,7 @@ textarea { - + LogfileRetentionInDays @@ -556,7 +556,7 @@ textarea { - + TimeZone diff --git a/sd-card/html/version.txt b/sd-card/html/version.txt index 1454f6ed..4d54dadd 100644 --- a/sd-card/html/version.txt +++ b/sd-card/html/version.txt @@ -1 +1 @@ -4.0.1 +4.0.2