Compare commits
3 Commits
333faaa5f7
...
3f3523465a
Author | SHA1 | Date | |
---|---|---|---|
3f3523465a | |||
cd75d35229 | |||
b7ab257ae5 |
@@ -45,9 +45,10 @@ class ActionId(enum.IntEnum):
|
||||
|
||||
class Submode(enum.IntEnum):
|
||||
# Informative, do not command this.
|
||||
OFF = 0
|
||||
UNSET = 0
|
||||
DATARATE_LOW = 1
|
||||
DATARATE_HIGH = 2
|
||||
DATARATE_DEFAULT = 3
|
||||
|
||||
|
||||
class OpCode:
|
||||
|
Reference in New Issue
Block a user