From 7f69d26805ceb548448d7772c3677f02fa4f1567 Mon Sep 17 00:00:00 2001 From: erikkaashoek Date: Mon, 20 Jul 2020 16:02:09 +0200 Subject: [PATCH] Force update of RSSI calculation when offset changes --- sa_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sa_core.c b/sa_core.c index 03ae3e4..2ff7a07 100644 --- a/sa_core.c +++ b/sa_core.c @@ -746,7 +746,7 @@ void set_offset(float offset) { setting.offset = offset; force_set_markmap(); - //dirty = true; // No HW update required, only status panel refresh + dirty = true; // No HW update required, only status panel refresh but need to ensure the cached value is updated in the calculation of the RSSI } void set_trigger_level(float trigger_level)