add comment BT disable

This commit is contained in:
mverch67 2024-06-19 10:29:25 +02:00
parent ffb18db48e
commit 5a6d01afdd

View File

@ -190,6 +190,7 @@ bool NodeDB::resetRadioConfig(bool factory_reset)
}
#if (defined(T_DECK) || defined(T_WATCH_S3) || defined(UNPHONE) || defined(PICOMPUTER_S3)) && defined(HAS_TFT)
// as long as PhoneAPI shares BT and TFT app switch BT off
config.bluetooth.enabled = false;
if (moduleConfig.external_notification.nag_timeout == 60)
moduleConfig.external_notification.nag_timeout = 0;