Skip to content

Commit

Permalink
Merge pull request #791 from argilo/fix-ascent-rate-kml
Browse files Browse the repository at this point in the history
Use fixed-point notation for ascent rate
  • Loading branch information
darksidelemm authored Aug 1, 2023
2 parents 9bff0ee + 0eed213 commit 362cad9
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 362cad9

Please sign in to comment.