Added validators for various configuration settings. Implemented reading the configuration and loading the default configuration

This commit is contained in:
Yury Shuvakin
2022-08-23 01:33:17 +03:00
parent eda44940d3
commit 8abae06275
2 changed files with 55 additions and 1 deletions

View File

@@ -334,7 +334,7 @@ Item {
function getValues() {
if (BmsInterface.isPortConnected() && visible) {
BmsInterface.commands().getValues()
BmsInterface.bmsConfig().updateDone()
BmsInterface.commands().getBMSconf()
}
}
}