Dropsonde RD41: sats

test
Zilog80 2025-05-11 16:39:14 +02:00
rodzic d96c12067a
commit 1ba32264b6
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -919,7 +919,7 @@ void print_frame() {
if (option_verbose) {
fprintf(stdout," vH: %.1fm/s D: %.1f° vV: %.1fm/s ", gpx.vH, gpx.vD, gpx.vV);
//fprintf(stdout," ENU=(%.2f,%.2f,%.2f) ", gpx.vE, gpx.vN, gpx.vU);
fprintf(stdout," sats1: %2d ", gpx.sats1);
fprintf(stdout," sats: %2d ", gpx.sats1);
}
if (option_verbose == 2) {
fprintf(stdout, " alt2: %.2fm ", gpx.alt2);