This commit is contained in:
Ben Meadors 2023-02-04 15:15:32 -06:00
parent b70af5cc78
commit 405430fd96

View File

@ -610,7 +610,7 @@ void AdminModule::handleSetHamMode(const meshtastic_HamParameters &p)
config.lora.tx_power = p.tx_power;
config.lora.override_frequency = p.frequency;
service.reloadOwner(!hasOpenEditTransaction);
service.reloadOwner(false);
service.reloadConfig(SEGMENT_CONFIG | SEGMENT_DEVICESTATE);
}