From ef4ea345fd5dcc9a70aa3e8846cab5808b017b97 Mon Sep 17 00:00:00 2001 From: DJ2LS Date: Mon, 25 Mar 2024 08:28:02 +0100 Subject: [PATCH] fixed explorer --- modem/explorer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modem/explorer.py b/modem/explorer.py index 994b76ea..dc11bcb3 100644 --- a/modem/explorer.py +++ b/modem/explorer.py @@ -33,7 +33,7 @@ class explorer(): callsign = str(self.config['STATION']['mycall']) + "-" + str(self.config["STATION"]['myssid']) gridsquare = str(self.config['STATION']['mygrid']) version = str(self.modem_version) - bandwidth = str(self.config['MODEM']['enable_low_bandwidth_mode']) + bandwidth = str(self.config['MODEM']['maximum_bandwidth']) beacon = str(self.states.is_beacon_running) strength = str(self.states.s_meter_strength)