Remove old junk

This commit is contained in:
Ben Meadors 2025-03-03 07:48:39 -06:00
parent ff4b7fdce3
commit ac3980e98d

View File

@ -400,10 +400,8 @@ bool isBroadcast(uint32_t dest)
return dest == NODENUM_BROADCAST || dest == NODENUM_BROADCAST_NO_LORA;
}
void NodeDB::resetRadioConfig(bool is_fresh_install = false)
void NodeDB::resetRadioConfig(bool is_fresh_install)
{
bool didFactoryReset = false;
if (is_fresh_install) {
radioGeneration++;
}