work on swr/tuner

This commit is contained in:
DJ2LS 2024-04-26 20:41:20 +02:00
parent 134cc85705
commit c0d0a98760

View file

@ -228,7 +228,7 @@ class radio:
if self.connected:
try:
result = self.send_command('u TUNER')
if result == 1:
if int(result) == 1:
state = True
else:
state = False