fixed explorer

This commit is contained in:
DJ2LS 2023-04-28 16:54:45 +02:00
parent c497f41561
commit 83f75804e7

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.mycall, "utf-8")
callsign = str(Station.mycallcallsign, "utf-8")
gridsquare = str(Station.mygrid, "utf-8")
version = str(TNC.version)
bandwidth = str(TNC.low_bandwidth_mode)