CarletonURocketry / ground-station

The ground station software used to interface with the ground station LoRa board and distribute signals from the rocket across websocket connections.
https://carletonurocketry.github.io/ground-station/
MIT License
7 stars 6 forks source link

update branch #94

Closed Juan-789 closed 6 months ago

Juan-789 commented 6 months ago

just updating my branch to match origin/main

linguini1 commented 6 months ago

just updating my branch to match origin/main

Just for reference, you can do this locally to not clutter the repo's PR tracker like this:

git checkout main
git pull
git checkout your-branch-name
git merge main