[BROKER] Fix BT start (#2112)

Co-authored-by: Florian <1technophile@users.noreply.github.com>
This commit is contained in:
Florian
2024-11-13 07:42:44 -06:00
committed by GitHub
parent bbea094438
commit b5adf1f5ac

View File

@@ -934,6 +934,9 @@ void setupMQTT() {
mqtt.reset(new MQTTServer());
mqtt->begin();
# ifdef ZgatewayBT
BTProcessLock = !BTConfig.enabled; // Release BLE processes at start if enabled
# endif
}
#else