Compare commits

..

No commits in common. "70d8da65619a0c102cf8a38fbe48f27adcae8ab4" and "f5db94e606f096bb5d1eb20d6b6fef3227990710" have entirely different histories.

2 changed files with 2 additions and 3 deletions

@ -1 +1 @@
Subproject commit e5dbf9f73157def18dd2b831a86a8317574811ec Subproject commit b61e875d707dbde0da49437484874afd6638089a

View File

@ -588,8 +588,7 @@ void NodeDB::installDefaultConfig(bool preserveKey = false)
resetRadioConfig(); resetRadioConfig();
strncpy(config.network.ntp_server, "meshtastic.pool.ntp.org", 32); strncpy(config.network.ntp_server, "meshtastic.pool.ntp.org", 32);
#if (defined(T_DECK) || defined(T_WATCH_S3) || defined(UNPHONE) || defined(PICOMPUTER_S3) || defined(SENSECAP_INDICATOR)) && \ #if (defined(T_DECK) || defined(T_WATCH_S3) || defined(UNPHONE) || defined(PICOMPUTER_S3) || defined(INDICATOR)) && HAS_TFT
HAS_TFT
// switch BT off by default; use TFT programming mode or hotkey to enable // switch BT off by default; use TFT programming mode or hotkey to enable
config.bluetooth.enabled = false; config.bluetooth.enabled = false;
#else #else