Merge pull request #791 from argilo/fix-ascent-rate-kml

Use fixed-point notation for ascent rate
pull/792/head
Mark Jessop 2023-08-02 06:51:26 +09:30 zatwierdzone przez GitHub
commit 362cad9b40
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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