mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-23 17:13:38 +00:00
Fix T-Deck BLE regression
This commit is contained in:
parent
64def246ee
commit
38eb51414c
@ -407,7 +407,7 @@ bool NodeDB::resetRadioConfig(bool factory_reset)
|
|||||||
rebootAtMsec = millis() + (5 * 1000);
|
rebootAtMsec = millis() + (5 * 1000);
|
||||||
}
|
}
|
||||||
|
|
||||||
#if (defined(T_DECK) || defined(T_WATCH_S3) || defined(UNPHONE) || defined(PICOMPUTER_S3)) && defined(HAS_TFT)
|
#if (defined(T_DECK) || defined(T_WATCH_S3) || defined(UNPHONE) || defined(PICOMPUTER_S3)) && HAS_TFT
|
||||||
// as long as PhoneAPI shares BT and TFT app switch BT off
|
// as long as PhoneAPI shares BT and TFT app switch BT off
|
||||||
config.bluetooth.enabled = false;
|
config.bluetooth.enabled = false;
|
||||||
if (moduleConfig.external_notification.nag_timeout == 60)
|
if (moduleConfig.external_notification.nag_timeout == 60)
|
||||||
|
Loading…
Reference in New Issue
Block a user