Skip to content

Commit

Permalink
Merge pull request #50 from zizzer/master
Browse files Browse the repository at this point in the history
vdec: Fixed LAT/LON typo
  • Loading branch information
flyrouter authored Jan 27, 2024
2 parents d56b85c + b3771fd commit 78b0c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vdec/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,7 @@ void* __OSD_THREAD__(void* arg) {
sprintf(c1, "%.00f", telemetry_lat);

if (telemetry_lat < 10000000) {
insertString(c1, "LON:0.", 0);
insertString(c1, "LAT:0.", 0);
}

if (telemetry_lat > 9999999) {
Expand Down

0 comments on commit 78b0c21

Please sign in to comment.