Merge branch 'master' into rolling

This commit is contained in:
CaCO3
2024-10-04 22:00:28 +02:00
committed by GitHub
5 changed files with 13 additions and 3 deletions

View File

@@ -528,6 +528,7 @@ extern "C" void app_main(void)
} }
} }
void migrateConfiguration(void) { void migrateConfiguration(void) {
std::vector<string> splitted; std::vector<string> splitted;
bool migrated = false; bool migrated = false;

View File

@@ -0,0 +1,9 @@
# Parameter `<NUMBER>.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`.

View File

@@ -3239,4 +3239,4 @@ LoadConfigNeu();
</script> </script>
</body> </body>
</html> </html>

View File

@@ -1424,4 +1424,4 @@
</script> </script>
</body> </body>
</html> </html>