jomjol 4 лет назад
Родитель
Сommit
58a0297915
5 измененных файлов с 16 добавлено и 2 удалено
  1. 10 0
      FeatureRequest.md
  2. 4 0
      README.md
  3. BIN
      firmware/html.zip
  4. 1 1
      sd-card/html/readconfigparam.js
  5. 1 1
      sd-card/html/version.txt

+ 10 - 0
FeatureRequest.md

@@ -11,6 +11,16 @@
 
 ____
 
+#### #14 Backup and restore option for configuration
+
+* https://github.com/jomjol/AI-on-the-edge-device/issues/459
+
+* Implement a zip file compression for store and restore
+
+* Update the html to handle it
+
+  
+
 #### #13 Manage non linear gauge without CNN re-training
 
 * https://github.com/jomjol/AI-on-the-edge-device/issues/443

+ 4 - 0
README.md

@@ -52,6 +52,10 @@ In other cases you can contact the developer via email: <img src="https://raw.gi
 
 ------
 
+##### Rolling (2021-12-23)
+
+- Removed regex constrain from MQTT topic
+
 ##### Rolling (2021-12-12)
 
 - Corrected error handling: in case of error (too high rating, negative rate, ...) value, rate, timestamp are not transmitted any more - only the error text itself is send

BIN
firmware/html.zip


+ 1 - 1
sd-card/html/readconfigparam.js

@@ -85,7 +85,7 @@ function ParseConfig() {
      category[catname]["found"] = false;
      param[catname] = new Object();
      ParamAddValue(param, catname, "Uri");
-     ParamAddValue(param, catname, "MainTopic", 1, false, [/^([a-zA-Z0-9_-]+\/){0,10}[a-zA-Z0-9_-]+$/]);
+     ParamAddValue(param, catname, "MainTopic", 1, false);
      ParamAddValue(param, catname, "ClientID");
      ParamAddValue(param, catname, "user");
      ParamAddValue(param, catname, "password");

+ 1 - 1
sd-card/html/version.txt

@@ -1 +1 @@
-11.3.0
+11.4.0