From 5b88a119edf2ed7510c1cf80ff3fb2f378a70808 Mon Sep 17 00:00:00 2001 From: erikkaashoek Date: Tue, 28 Jul 2020 15:02:12 +0200 Subject: [PATCH] Automatic save config after setting the actual level --- sa_core.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sa_core.c b/sa_core.c index b3f6421..2eb2220 100644 --- a/sa_core.c +++ b/sa_core.c @@ -491,6 +491,7 @@ void set_actual_power(float o) // Set peak level to known value config.low_level_offset = new_offset; #endif } + config_save(); // dirty = true; // No HW update required, only status panel refresh }