fixed explorer

This commit is contained in:
DJ2LS 2023-04-28 16:55:23 +02:00
parent 83f75804e7
commit 24d7a594aa

View file

@ -36,7 +36,7 @@ class explorer():
frequency = 0 if HamlibParam.hamlib_frequency is None else HamlibParam.hamlib_frequency
band = "USB"
callsign = str(Station.mycallcallsign, "utf-8")
callsign = str(Station.mycallsign, "utf-8")
gridsquare = str(Station.mygrid, "utf-8")
version = str(TNC.version)
bandwidth = str(TNC.low_bandwidth_mode)