1
0
forked from me/IronOS

Settings: disable Bluetooth LE by default (for PinecilV2) #1856 (#1857)

This commit is contained in:
Ivan Zorin
2023-12-19 06:16:57 +03:00
committed by GitHub
parent 8ea79e3f7d
commit 9931afdb0f

View File

@@ -88,7 +88,7 @@ static const SettingConstants settingsConstants[(int)SettingsOptions::SettingsOp
{MIN_BRIGHTNESS, MAX_BRIGHTNESS, BRIGHTNESS_STEP, DEFAULT_BRIGHTNESS}, // OLEDBrightness {MIN_BRIGHTNESS, MAX_BRIGHTNESS, BRIGHTNESS_STEP, DEFAULT_BRIGHTNESS}, // OLEDBrightness
{0, 6, 1, 1}, // LOGOTime {0, 6, 1, 1}, // LOGOTime
{0, 1, 1, 0}, // CalibrateCJC {0, 1, 1, 0}, // CalibrateCJC
{0, 1, 1, 1}, // BluetoothLE {0, 1, 1, 0}, // BluetoothLE
{0, 1, 1, 1}, // PDVpdo {0, 1, 1, 1}, // PDVpdo
{1, 5, 1, 4}, // ProfilePhases {1, 5, 1, 4}, // ProfilePhases
{MIN_TEMP_C, MAX_TEMP_F, 5, 90}, // ProfilePreheatTemp {MIN_TEMP_C, MAX_TEMP_F, 5, 90}, // ProfilePreheatTemp