added GPS command

This commit is contained in:
2021-09-08 13:20:22 +02:00
parent eb8d52607b
commit b1e89d4046
5 changed files with 83 additions and 41 deletions

View File

@ -30,6 +30,8 @@ class CustomServiceList(enum.Enum):
RAD_SENSOR = "rad_sensor"
PLOC_SUPV = "ploc_supv"
PLOC_UPDATER = "ploc_updater"
GPS_0 = "gps0"
GPS_1 = "gps1"
PLOC_MEMORY_DUMPER = "ploc_memory_dumper"
CORE = 'core'
STAR_TRACKER = 'star_tracker'