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

Test parsing #21

Closed linguini1 closed 1 year ago

linguini1 commented 1 year ago

This pull request solves parsing issues when receiving telemetry data from the main stack. All changes have been tested and are confirmed to work with the replay system as well.

This pull request all contains various fixes, such as static type checking and linting error fixes.