CalgaryToSpace / CTS-SAT-1-OBC-Firmware

Firmware for the CTS-SAT-1 ("FrontierSat") mission. Runs on the STM32-based Onboard Computer.
MIT License
7 stars 0 forks source link

Print list of available telecommands #31

Closed JohnathanBurchill closed 4 months ago

JohnathanBurchill commented 4 months ago

Send CTS1+available_telecommands() from your serial program to get a list of commands accepted by CTS-SAT-1.

DeflateAwning commented 4 months ago

Feel free to "Squash and merge" this, unless you wanted to make any more changes

JohnathanBurchill commented 4 months ago

Like this?

image
DeflateAwning commented 4 months ago

Yeah that looks good! You'll be able to clone the repo from here directly, and push changes to branches in this repo (instead of your forked repo, which you just deleted).

If you hit struggles, try deleting the re-cloning the version on your computer, as it's likely pointed toward your forked repo (specifically, the default remote (named origin) is your forked repo and not the main CTS one).