diff options
author | Ben V. Brown <[email protected]> | 2024-06-01 16:36:34 +1000 |
---|---|---|
committer | GitHub <[email protected]> | 2024-06-01 16:36:34 +1000 |
commit | 442dbd982e83fc1872d638acac952047e03b72e8 (patch) | |
tree | 198539247b4a1ffc6a5fff9fb63f6a2231b9778a /source/Core/Inc/Settings.h | |
parent | c135732ebbce2a630c7715696268566fce9a84a1 (diff) | |
download | IronOS-442dbd982e83fc1872d638acac952047e03b72e8.tar.gz IronOS-442dbd982e83fc1872d638acac952047e03b72e8.zip |
Expand USB-PD mode option (#1917)
* Use PDMode to decide if we do resistance pad
* Rename PDVpdo to USBPDMode
* Add options for PD Mode
* OLED: Allow soft line-wrap x position
* Add new translation option for menu settings values
* Use new setting value for PD Mode
* Update translations for new menu setting
* Fixup! S60
* black python
Diffstat (limited to 'source/Core/Inc/Settings.h')
-rw-r--r-- | source/Core/Inc/Settings.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Core/Inc/Settings.h b/source/Core/Inc/Settings.h index e332580e..72eb7d8d 100644 --- a/source/Core/Inc/Settings.h +++ b/source/Core/Inc/Settings.h @@ -52,7 +52,7 @@ enum SettingsOptions { LOGOTime = 35, // Duration the logo will be displayed for CalibrateCJC = 36, // Toggle calibrate CJC at next boot BluetoothLE = 37, // Toggle BLE if present - PDVpdo = 38, // Toggle PPS & EPR + USBPDMode = 38, // Toggle PPS & EPR ProfilePhases = 39, // Number of profile mode phases ProfilePreheatTemp = 40, // Temperature to preheat to before the first phase ProfilePreheatSpeed = 41, // Maximum allowed preheat speed in degrees per second |