Skip to content

Commit

Permalink
fix cfc processor and battery 2 opd addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanpdx committed Jul 16, 2023
1 parent 5260b8b commit 9ef5c22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions oresat_c3/subsystems/opd.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9ef5c22

Please sign in to comment.