From 9ef5c220df040ece986fe462d3d3d9518610ae7e Mon Sep 17 00:00:00 2001 From: ryanpdx Date: Sun, 16 Jul 2023 14:44:22 -0700 Subject: [PATCH] fix cfc processor and battery 2 opd addresses --- oresat_c3/subsystems/opd.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oresat_c3/subsystems/opd.py b/oresat_c3/subsystems/opd.py index 0c98f7f..6c28fa4 100644 --- a/oresat_c3/subsystems/opd.py +++ b/oresat_c3/subsystems/opd.py @@ -24,9 +24,9 @@ class OpdNodeId(IntEnum): ACS = 0x1A DXWIFI = 0x1B STAR_TRACKER_1 = 0x1C - BATTERY_2 = 0x1D + CFC_PROCESSOR = 0x1D CFC_SENSOR = 0x1E - CFC_PROCESSOR = 0x1F + BATTERY_2 = 0x1F RW_1 = 0x20 RW_2 = 0x21 RW_3 = 0x22