Skip to content

Commit

Permalink
Remove live_status, add status value description
Browse files Browse the repository at this point in the history
  • Loading branch information
bpranaw committed Nov 20, 2023
1 parent 5530e21 commit 139fb74
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions oresat_configs/base/dxwifi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ objects:
data_type: uint8
description: the dxwifi status
access_type: rw
value_descriptions:
0x00: is off
0x01: booting up
0x02: in standby
0x03: filming
0x04: transmitting
0xFF: error

- index: 0x4001
name: radio
Expand All @@ -16,18 +23,6 @@ objects:
access_type: ro
unit: C

- index: 0x4002
name: live_status
data_type: uint8
description: |
the oresat live service status
- 0x00: off
- 0x01: boot
- 0x02: standby
- 0x03: film
- 0x04: transmission
- 0xFF: error
tpdos:
- num: 3
fields:
Expand Down

0 comments on commit 139fb74

Please sign in to comment.