mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-13 08:32:08 +00:00
warning: extra tokens at end of #ifdef directive
This commit is contained in:
parent
f488193b63
commit
a5274658cf
@ -189,7 +189,7 @@ bool NodeDB::resetRadioConfig(bool factory_reset)
|
|||||||
rebootAtMsec = millis() + (5 * 1000);
|
rebootAtMsec = millis() + (5 * 1000);
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef T_DECK &&HAS_TFT
|
#if defined(T_DECK) && defined(HAS_TFT)
|
||||||
config.bluetooth.enabled = false;
|
config.bluetooth.enabled = false;
|
||||||
if (moduleConfig.external_notification.nag_timeout == 60)
|
if (moduleConfig.external_notification.nag_timeout == 60)
|
||||||
moduleConfig.external_notification.nag_timeout = 3;
|
moduleConfig.external_notification.nag_timeout = 3;
|
||||||
|
Loading…
Reference in New Issue
Block a user