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
6 stars 5 forks source link

Telemetry module refactor #73

Closed EliasJRH closed 4 months ago

EliasJRH commented 4 months ago

This PR refactors functionality within telemetry_utils.py. It reverts the same of that file to telemetry.py and moves functions that don't directly modify state to telemetry_utils.py. This PR also moves telemetry-related errors to telemetry_errors.py