aboutsummaryrefslogtreecommitdiffhomepage
path: root/source
diff options
context:
space:
mode:
authorIvan Zorin <[email protected]>2023-12-19 06:16:57 +0300
committerGitHub <[email protected]>2023-12-19 14:16:57 +1100
commit9931afdb0f3129321271a5b42e2fc46b5eca3a9c (patch)
treed8804f6bbe6d7d16497927d538cb7e6c2f5db113 /source
parent8ea79e3f7dfdca9181415134fd46376d20cca6ce (diff)
downloadIronOS-9931afdb0f3129321271a5b42e2fc46b5eca3a9c.tar.gz
IronOS-9931afdb0f3129321271a5b42e2fc46b5eca3a9c.zip
Settings: disable Bluetooth LE by default (for PinecilV2) #1856 (#1857)
Diffstat (limited to 'source')
-rw-r--r--source/Core/Src/Settings.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Core/Src/Settings.cpp b/source/Core/Src/Settings.cpp
index e263943e..8d77bcda 100644
--- a/source/Core/Src/Settings.cpp
+++ b/source/Core/Src/Settings.cpp
@@ -88,7 +88,7 @@ static const SettingConstants settingsConstants[(int)SettingsOptions::SettingsOp
{MIN_BRIGHTNESS, MAX_BRIGHTNESS, BRIGHTNESS_STEP, DEFAULT_BRIGHTNESS}, // OLEDBrightness
{0, 6, 1, 1}, // LOGOTime
{0, 1, 1, 0}, // CalibrateCJC
- {0, 1, 1, 1}, // BluetoothLE
+ {0, 1, 1, 0}, // BluetoothLE
{0, 1, 1, 1}, // PDVpdo
{1, 5, 1, 4}, // ProfilePhases
{MIN_TEMP_C, MAX_TEMP_F, 5, 90}, // ProfilePreheatTemp