fixed 3v3 switch double off
This commit is contained in:
parent
5574fe91c7
commit
5b2ff49555
@ -63,7 +63,7 @@ def pack_p60dock_test_into(object_id: bytearray, tc_queue: TcQueueT, op_code: st
|
|||||||
tc_queue.appendleft((QueueCommands.PRINT, "P60 Dock: Turning stack 3V3 on"))
|
tc_queue.appendleft((QueueCommands.PRINT, "P60 Dock: Turning stack 3V3 on"))
|
||||||
parameter = 0 # set channel off
|
parameter = 0 # set channel off
|
||||||
command = pack_set_param_command(object_id, P60DockConfigTable.out_en_9.parameter_address,
|
command = pack_set_param_command(object_id, P60DockConfigTable.out_en_9.parameter_address,
|
||||||
P60DockConfigTable.out_en_9.parameter_size, Channel.off)
|
P60DockConfigTable.out_en_9.parameter_size, Channel.on)
|
||||||
command = PusTelecommand(service=8, subservice=128, ssc=20, app_data=command)
|
command = PusTelecommand(service=8, subservice=128, ssc=20, app_data=command)
|
||||||
tc_queue.appendleft(command.pack_command_tuple())
|
tc_queue.appendleft(command.pack_command_tuple())
|
||||||
return tc_queue
|
return tc_queue
|
||||||
|
Loading…
Reference in New Issue
Block a user