From 5a6d01afddd431ba4440e6fa9c3d000798a35bf7 Mon Sep 17 00:00:00 2001 From: mverch67 Date: Wed, 19 Jun 2024 10:29:25 +0200 Subject: [PATCH] add comment BT disable --- src/mesh/NodeDB.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mesh/NodeDB.cpp b/src/mesh/NodeDB.cpp index 37eb9f2c1..b36d3799a 100644 --- a/src/mesh/NodeDB.cpp +++ b/src/mesh/NodeDB.cpp @@ -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;