oresat / oresat-c3-software

Main application for Octavo A8 version of the C3 card
https://oresat-c3-software.readthedocs.io/en/latest/
GNU General Public License v3.0
2 stars 1 forks source link

Use oresat-configs to encode/decode edl command payloads #37

Open ryanpdx opened 1 month ago

ryanpdx commented 1 month ago

https://github.com/oresat/oresat-configs/pull/37 add EDL command defs to it with a EDL payload encoder / decoder.

This change will use the new encoder / decoder in the EDL service and EDL scripts.

Also, simplified edl_cmd_script.py to dynamically add commands from the defs, so we no longer need to manually add the commands to it.