From 261eef449e309549644d8566c8d1034c5696335d Mon Sep 17 00:00:00 2001 From: IRS Cleanroom Laptop Date: Tue, 17 Aug 2021 19:48:55 +0200 Subject: [PATCH] updated object ID --- config/object_ids.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/object_ids.py b/config/object_ids.py index 59e3185..48a55cd 100644 --- a/config/object_ids.py +++ b/config/object_ids.py @@ -21,10 +21,10 @@ IMTQ_HANDLER_ID = bytes([0x44, 0x14, 0x00, 0x14]) PLOC_MPSOC_ID = bytes([0x44, 0x33, 0x00, 0x15]) GPS_HANDLER_0_ID = bytes([0x44, 0x13, 0x00, 0x45]) GPS_HANDLER_1_ID = bytes([0x44, 0x13, 0x01, 0x46]) -RW1_ID = bytes([0x44, 0x12, 0x00, 0x1]) -RW2_ID = bytes([0x44, 0x12, 0x00, 0x2]) -RW3_ID = bytes([0x44, 0x12, 0x00, 0x3]) -RW4_ID = bytes([0x44, 0x12, 0x00, 0x4]) +RW1_ID = bytes([0x44, 0x12, 0x00, 0x47]) +RW2_ID = bytes([0x44, 0x12, 0x01, 0x48]) +RW3_ID = bytes([0x44, 0x12, 0x02, 0x49]) +RW4_ID = bytes([0x44, 0x12, 0x03, 0x50]) STAR_TRACKER_ID = bytes([0x44, 0x13, 0x00, 0x1]) RAD_SENSOR_ID = bytes([0x44, 0x32, 0x00, 0xA5]) PLOC_SUPV_ID = bytes([0x44, 0x33, 0x00, 0x16])