1
0
forked from me/IronOS

Add Sensitivities for Hall Effect

This commit is contained in:
Ben V. Brown
2020-11-01 10:38:21 +11:00
parent a1a7eb9e59
commit 13af7c258e
26 changed files with 124 additions and 25 deletions

View File

@@ -35,7 +35,10 @@
"SettingStartSolderingChar": "T",
"SettingStartSleepChar": "S",
"SettingStartSleepOffChar": "O",
"SettingStartNoneChar": "F"
"SettingStartNoneChar": "F",
"SettingSensitivityLow":"L",
"SettingSensitivityMedium":"M",
"SettingSensitivityHigh":"H"
},
"menuGroups": {
"SolderingMenu": {
@@ -249,6 +252,13 @@
"tip gain"
],
"desc": "Tip gain"
},
"HallEffSensitivity": {
"text2": [
"Hall Eff",
"Sensitivity"
],
"desc": "Sensitivity of the Hall effect sensor in detecting the stand"
}
}
}