From db07de5b2d051edf76001c6f19f198d5ec300888 Mon Sep 17 00:00:00 2001 From: DJ2LS Date: Fri, 12 Jan 2024 21:44:31 +0100 Subject: [PATCH] small explorer fix --- modem/explorer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modem/explorer.py b/modem/explorer.py index 13e302c5..c681442e 100644 --- a/modem/explorer.py +++ b/modem/explorer.py @@ -43,7 +43,7 @@ class explorer(): version = str(self.app.MODEM_VERSION) bandwidth = str(self.config['MODEM']['enable_low_bandwidth_mode']) beacon = str(self.states.is_beacon_running) - strength = str(self.states.radio_strength) + strength = str(self.states.s_meter_strength) log.info("[EXPLORER] publish", frequency=frequency, band=band, callsign=callsign, gridsquare=gridsquare, version=version, bandwidth=bandwidth)