diff --git a/code/components/esp-tflite-micro b/code/components/esp-tflite-micro index 13f26b82..0032f173 160000 --- a/code/components/esp-tflite-micro +++ b/code/components/esp-tflite-micro @@ -1 +1 @@ -Subproject commit 13f26b829405e9323e4212ffa954c261b1e21eeb +Subproject commit 0032f1734e1e7b5fcf1b588cf1abb9ef53fed4c3 diff --git a/code/main/main.cpp b/code/main/main.cpp index 36e40d20..e320241d 100644 --- a/code/main/main.cpp +++ b/code/main/main.cpp @@ -528,6 +528,7 @@ extern "C" void app_main(void) } } + void migrateConfiguration(void) { std::vector splitted; bool migrated = false; diff --git a/param-docs/parameter-pages/PostProcessing/NUMBER.AnalogDigitTransitionStart.md b/param-docs/parameter-pages/PostProcessing/NUMBER.AnalogDigitTransitionStart.md new file mode 100644 index 00000000..90bb4f32 --- /dev/null +++ b/param-docs/parameter-pages/PostProcessing/NUMBER.AnalogDigitTransitionStart.md @@ -0,0 +1,9 @@ +# Parameter `.AnalogDigitTransitionStart` +Default Value: `9.2` + +This can be used if you have wrong values, but the recognition of the individual ROIs are correct. +Look for the start of changing of the first digit and note the analog pointer value behind. +Set it here. Only used on combination of digits and analog pointers. +See [here](../Watermeter-specific-analog---digit-transition) for details. + +Range: `6.0` .. `9.9`. diff --git a/sd-card/html/edit_config_template.html b/sd-card/html/edit_config_template.html index 2e465ece..4db70abb 100644 --- a/sd-card/html/edit_config_template.html +++ b/sd-card/html/edit_config_template.html @@ -3239,4 +3239,4 @@ LoadConfigNeu(); - + \ No newline at end of file diff --git a/sd-card/html/edit_reference.html b/sd-card/html/edit_reference.html index f1c16c42..eaf2affc 100644 --- a/sd-card/html/edit_reference.html +++ b/sd-card/html/edit_reference.html @@ -1424,4 +1424,4 @@ - + \ No newline at end of file