mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
Added VPDO option for disabling PPS/EPR PDOs.
This commit is contained in:
@@ -52,9 +52,9 @@ enum SettingsOptions {
|
||||
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
|
||||
//
|
||||
SettingsOptionsLength = 38, //
|
||||
SettingsOptionsLength = 39, //
|
||||
};
|
||||
|
||||
typedef enum {
|
||||
|
||||
@@ -86,6 +86,7 @@ enum class SettingsItemIndex : uint8_t {
|
||||
SettingsReset,
|
||||
LanguageSwitch,
|
||||
BLEEnabled,
|
||||
PDVpdoEnabled,
|
||||
NUM_ITEMS,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user