Add unit conversions #48
Labels
enhancement
New feature or request
flight critical
Required for competition
good first issue
Good for newcomers
The current backend does not do any unit conversion when receiving pressure or temperature packets. Ideally, we'd want to represent pressure in psi and temperature in degrees celsius.
The current packet spec establishes that packets are sent in milli-psi (1000 millipsi = 1psi) and millidegrees celsius (1000 millidegrees celsius = 1 degree celsius).
We should have the backend convert units appropriately before plotting them
The text was updated successfully, but these errors were encountered: