From 405430fd964f5da85f5a12e87fa1dd93b42f2f85 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Sat, 4 Feb 2023 15:15:32 -0600 Subject: [PATCH] Whoops --- src/modules/AdminModule.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/AdminModule.cpp b/src/modules/AdminModule.cpp index 94d7ebbcd..3c4cef829 100644 --- a/src/modules/AdminModule.cpp +++ b/src/modules/AdminModule.cpp @@ -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); }