1
0
forked from me/IronOS

Add more voltage settings

This commit is contained in:
PlayDay
2021-03-07 11:34:04 +01:00
parent 038542b2fb
commit def2aa89fd
35 changed files with 498 additions and 26 deletions

View File

@@ -173,7 +173,8 @@ var def =
{
"id": "SettingSensitivityHigh",
"len": 1
}, {
},
{
"id": "SettingLockDisableChar",
"len": 1,
"default": "D"
@@ -190,6 +191,10 @@ var def =
}
],
"menuGroups": [
{
"id": "PowerMenu",
"maxLen": 11
},
{
"id": "SolderingMenu",
"maxLen": 11
@@ -342,10 +347,16 @@ var def =
"id": "HallEffSensitivity",
"maxLen": 6,
"maxLen2": 8
}, {
},
{
"id": "LockingMode",
"maxLen": 6,
"maxLen2": 13
},
{
"id": "MinVolCell",
"maxLen": 4,
"maxLen2": 9
}
]
}