suzbmode change back to unset
This commit is contained in:
parent
b7ab257ae5
commit
cd75d35229
@ -45,7 +45,7 @@ class ActionId(enum.IntEnum):
|
|||||||
|
|
||||||
class Submode(enum.IntEnum):
|
class Submode(enum.IntEnum):
|
||||||
# Informative, do not command this.
|
# Informative, do not command this.
|
||||||
OFF = 0
|
UNSET = 0
|
||||||
DATARATE_LOW = 1
|
DATARATE_LOW = 1
|
||||||
DATARATE_HIGH = 2
|
DATARATE_HIGH = 2
|
||||||
DATARATE_DEFAULT = 3
|
DATARATE_DEFAULT = 3
|
||||||
|
Loading…
Reference in New Issue
Block a user