From 9931afdb0f3129321271a5b42e2fc46b5eca3a9c Mon Sep 17 00:00:00 2001 From: Ivan Zorin Date: Tue, 19 Dec 2023 06:16:57 +0300 Subject: [PATCH] Settings: disable Bluetooth LE by default (for PinecilV2) #1856 (#1857) --- source/Core/Src/Settings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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