mirror of
https://github.com/1technophile/OpenMQTTGateway.git
synced 2026-02-20 00:32:04 +01:00
[BROKER] Fix BT start (#2112)
Co-authored-by: Florian <1technophile@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user