gps bug fix

This commit is contained in:
2022-05-30 09:18:07 +02:00
parent 5daf76d081
commit 363c93a7d3
2 changed files with 1 additions and 6 deletions

View File

@ -12,7 +12,6 @@ from tmtccmd.tc.pus_8_funccmd import generate_action_command
LOGGER = get_console_logger()
class OpCodes:
REQ_OS_HK = ["0", "hk-os"]
RESET_GNSS = ["5", "reset"]
@ -43,10 +42,6 @@ def add_gps_cmds(cmd_dict: ServiceOpCodeDictT):
)
class SetIds:
HK = 0
def pack_gps_command(object_id: bytes, tc_queue: TcQueueT, op_code: str):
if op_code in OpCodes.RESET_GNSS:
# TODO: This needs to be re-implemented