warning: extra tokens at end of #ifdef directive

This commit is contained in:
Thomas Göttgens 2024-06-11 14:39:00 +02:00 committed by GitHub
parent f488193b63
commit a5274658cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -189,7 +189,7 @@ bool NodeDB::resetRadioConfig(bool factory_reset)
rebootAtMsec = millis() + (5 * 1000);
}
#ifdef T_DECK &&HAS_TFT
#if defined(T_DECK) && defined(HAS_TFT)
config.bluetooth.enabled = false;
if (moduleConfig.external_notification.nag_timeout == 60)
moduleConfig.external_notification.nag_timeout = 3;