1
0
forked from me/IronOS
This commit is contained in:
discip
2023-04-08 01:42:14 +02:00
committed by GitHub
parent 38625b2f7e
commit 422b5b7563
40 changed files with 329 additions and 326 deletions

View File

@@ -20,7 +20,7 @@ void postRToSInit() {
}
#endif
if (getSettingValue(SettingsOptions::BLEEnabled)) {
if (getSettingValue(SettingsOptions::BluetoothLE)) {
ble_stack_start();
}
}