minor tweaks

This commit is contained in:
2022-03-14 11:04:40 +01:00
parent fd0afdbd4d
commit 60e938a896
2 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@ class Pdu2OpCodes(enum.Enum):
RW_ON = "5"
RW_OFF = "6"
# There is not really a point of the on command, the SW can not be commanded if the OBC is off
Q7S_OFF = "7"
Q7S_OFF = "32"
class PDU2TestProcedure: