Help to Unify descriptions for new locking mode in definitions.json and in Settings.h

This commit is contained in:
Ivan Zorin
2025-01-24 23:42:43 +03:00
parent a712e8d478
commit 7bf9620eb7
2 changed files with 3 additions and 3 deletions

View File

@@ -170,7 +170,7 @@
"id": "SettingLockTempChar",
"len": 1,
"default": "T",
"description": "Shown when the locking mode is set to lock only the boost button's temperature change function"
"description": "Shown when the locking mode is set to lock all buttons except for -/B to change the temperature."
}
],
"menuGroups": [

View File

@@ -115,9 +115,9 @@ typedef enum {
typedef enum {
DISABLED = 0, // All buttons are unlocked
BOOST = 1, // All buttons except boost are locked
BOOST = 1, // All buttons are locked except boost
FULL = 2, // All buttons are locked
TEMP = 3, // All buttons are unlocked except the A/+ button's temp change function.
TEMP = 3, // All buttons are locked except -/B to change the temperature
} lockingMode_t;
/* Selection of the soldering tip