Fixed a function

master
Guy Carver 2021-05-12 15:52:04 -04:00
rodzic 1e4cf1b898
commit 68278b02eb
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -222,8 +222,8 @@ class hc05(object):
'''Set class #''' '''Set class #'''
return self._cmd('CLASS=', str(aClass)) return self._cmd('CLASS=', str(aClass))
def polar( self, aArg ) : def polar( self, av1, av2 ) :
return self._cmd('POLAR=', aArg) return self._cmd('POLAR=', str(av1), hc05._COMMA, str(av2))
def qstate( self ) : def qstate( self ) :
'''Get current state''' '''Get current state'''