From 5e27a22a85acca321cc4ef5067c01924579d2c1e Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Sun, 5 Feb 2023 12:52:43 +0100 Subject: [PATCH] minor gps update --- eive_tmtc/config/definitions.py | 2 +- eive_tmtc/tmtc/acs/gps.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eive_tmtc/config/definitions.py b/eive_tmtc/config/definitions.py index 2b0b538..fb0abf0 100644 --- a/eive_tmtc/config/definitions.py +++ b/eive_tmtc/config/definitions.py @@ -53,7 +53,7 @@ class CustomServiceList(str, enum.Enum): REACTION_WHEEL_4 = "rw_4" RW_ASSEMBLY = "rw_ass" RAD_SENSOR = "rad_sensor" - GPS_CTRL = "gnss-ctrl" + GPS_CTRL = "gps" PLOC_MEMORY_DUMPER = "ploc_memory_dumper" CORE = "core" STAR_TRACKER = "star_tracker" diff --git a/eive_tmtc/tmtc/acs/gps.py b/eive_tmtc/tmtc/acs/gps.py index 5264f49..1bd397a 100644 --- a/eive_tmtc/tmtc/acs/gps.py +++ b/eive_tmtc/tmtc/acs/gps.py @@ -13,8 +13,8 @@ _LOGGER = logging.getLogger(__name__) class OpCode: - REQ_OS_HK = ["0", "hk-os"] - RESET_GNSS = ["5", "reset"] + REQ_OS_HK = ["hk"] + RESET_GNSS = ["reset"] class Info: