mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
Merge 14cca01f78 into ebdff59293
This commit is contained in:
@@ -114,9 +114,10 @@ typedef enum {
|
||||
} usbpdMode_t;
|
||||
|
||||
typedef enum {
|
||||
DISABLED = 0, // Locking buttons is disabled
|
||||
BOOST = 1, // Locking buttons for Boost mode only
|
||||
FULL = 2, // Locking buttons for Boost mode AND for Soldering mode
|
||||
DISABLED = 0, // All buttons are unlocked
|
||||
BOOST = 1, // All buttons are locked except boost
|
||||
FULL = 2, // All buttons are locked
|
||||
TEMP = 3, // All buttons are locked except -/B to change the temperature
|
||||
} lockingMode_t;
|
||||
|
||||
/* Selection of the soldering tip
|
||||
|
||||
@@ -147,6 +147,7 @@ struct TranslationIndexTable {
|
||||
uint16_t SettingStartSleepOffChar;
|
||||
uint16_t SettingLockBoostChar;
|
||||
uint16_t SettingLockFullChar;
|
||||
uint16_t SettingLockTempChar;
|
||||
uint16_t USBPDModeDefault;
|
||||
uint16_t USBPDModeNoDynamic;
|
||||
uint16_t USBPDModeSafe;
|
||||
|
||||
Reference in New Issue
Block a user