Skip to content

Commit

Permalink
Use fixed-point notation for ascent rate
Browse files Browse the repository at this point in the history
  • Loading branch information
argilo committed Aug 1, 2023
1 parent 9bff0ee commit 0eed213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auto_rx/autorx/web.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ def flask_get_kml_feed():
Altitude: {alt:.1f} m
Heading: {heading:.1f} degrees
Ground Speed: {vel_h:.2f} m/s
Ascent Rate: {vel_v:.2} m/s
Ascent Rate: {vel_v:.2f} m/s
Temperature: {temp:.1f} C
Humidity: {humidity:.1f} %
Pressure: {pressure:.1f} hPa
Expand Down

0 comments on commit 0eed213

Please sign in to comment.