mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-19 17:22:59 +00:00
Consistency fixes & repo cleanup
This commit is contained in:
@@ -146,7 +146,7 @@ bool NodeDB::resetRadioConfig()
|
||||
void NodeDB::installDefaultConfig()
|
||||
{
|
||||
memset(&config, 0, sizeof(config));
|
||||
config.payloadVariant.device.ntp_server[0] = '0.pool.ntp.org';
|
||||
*config.payloadVariant.device.ntp_server = '0.pool.ntp.org';
|
||||
}
|
||||
|
||||
void NodeDB::installDefaultModuleConfig()
|
||||
|
||||
Reference in New Issue
Block a user