added missing get strength function

This commit is contained in:
DJ2LS 2023-02-02 20:58:03 +01:00
parent da679b3e0f
commit 2fc0c23087

View file

@ -42,6 +42,10 @@ class radio:
""" """
return None
def get_strength(self):
""" """
return None
def set_bandwidth(self):
""" """
return None