Setting setup for BLEEnabled
This commit is contained in:
@@ -54,7 +54,7 @@ enum SettingsOptions {
|
||||
BLEEnabled = 37, // Should BLE hardware be enabled if present
|
||||
|
||||
//
|
||||
SettingsOptionsLength = 37, //
|
||||
SettingsOptionsLength = 38, //
|
||||
};
|
||||
|
||||
typedef enum {
|
||||
|
||||
@@ -85,6 +85,7 @@ enum class SettingsItemIndex : uint8_t {
|
||||
PowerPulseDuration,
|
||||
SettingsReset,
|
||||
LanguageSwitch,
|
||||
BLEEnabled,
|
||||
NUM_ITEMS,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user