mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-02 02:39:57 +00:00
Fix is_licensed save / reboot
This commit is contained in:
parent
b36ffe5200
commit
634151b8ec
@ -676,8 +676,8 @@ void AdminModule::handleSetHamMode(const meshtastic_HamParameters &p)
|
|||||||
channels.onConfigChanged();
|
channels.onConfigChanged();
|
||||||
|
|
||||||
service.reloadOwner(false);
|
service.reloadOwner(false);
|
||||||
service.reloadConfig(SEGMENT_CONFIG | SEGMENT_DEVICESTATE | SEGMENT_CHANNELS);
|
saveChanges(SEGMENT_CONFIG | SEGMENT_DEVICESTATE | SEGMENT_CHANNELS);
|
||||||
}
|
}
|
||||||
|
|
||||||
AdminModule::AdminModule() : ProtobufModule("Admin", meshtastic_PortNum_ADMIN_APP, &meshtastic_AdminMessage_msg)
|
AdminModule::AdminModule() : ProtobufModule("Admin", meshtastic_PortNum_ADMIN_APP, &meshtastic_AdminMessage_msg)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user