Merge branch 'main' into dev-v2.3

This commit is contained in:
Gunnar Skjold
2023-11-25 10:46:46 +01:00
15 changed files with 95 additions and 46 deletions

View File

@@ -22,7 +22,7 @@ public:
private:
uint8_t scale = 0;
float value = 1.0;
float value = 0;
char buf[128];
uint8_t pos = 0;