This commit is contained in:
discip
2023-04-08 01:42:14 +02:00
committed by GitHub
parent 38625b2f7e
commit 422b5b7563
40 changed files with 329 additions and 326 deletions

View File

@@ -51,8 +51,8 @@ enum SettingsOptions {
OLEDBrightness = 34, // Brightness for the OLED display
LOGOTime = 35, // Duration the logo will be displayed for
CalibrateCJC = 36, // Toggle calibrate CJC at next boot
BLEEnabled = 37, // Should BLE hardware be enabled if present
PDVpdoEnabled = 38, // Should PPS/EPR be enabled
BluetoothLE = 37, // Toggle BLE if present
PDVpdo = 38, // Toggle PPS & EPR
//
SettingsOptionsLength = 39, //
};

View File

@@ -55,6 +55,7 @@ enum class SettingsItemIndex : uint8_t {
MinVolCell,
QCMaxVoltage,
PDNegTimeout,
PDVpdo,
BoostTemperature,
AutoStart,
TempChangeShortStep,
@@ -77,6 +78,7 @@ enum class SettingsItemIndex : uint8_t {
LOGOTime,
AdvancedIdle,
AdvancedSoldering,
BluetoothLE,
PowerLimit,
CalibrateCJC,
VoltageCalibration,
@@ -85,8 +87,6 @@ enum class SettingsItemIndex : uint8_t {
PowerPulseDuration,
SettingsReset,
LanguageSwitch,
BLEEnabled,
PDVpdoEnabled,
NUM_ITEMS,
};