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

Serial refactor #74

Closed linguini1 closed 9 months ago

linguini1 commented 9 months ago

This pull request refactors the serial manager class and the RN2483 radio process class to be more readable.

Changes include:

Now it seems that the system can consistently receive transmissions as they are sent with a short delay due to serial flushing. Perhaps the delay can be reduced.