From 17ab6ee89f3ad96b1c72bdfd426887741086656e Mon Sep 17 00:00:00 2001 From: Zilog80 Date: Fri, 11 Nov 2022 23:31:39 +0100 Subject: [PATCH] mts01: reference time/position --- meteosis/mts01mod.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meteosis/mts01mod.c b/meteosis/mts01mod.c index 5f35045..9275b00 100644 --- a/meteosis/mts01mod.c +++ b/meteosis/mts01mod.c @@ -2,9 +2,9 @@ /* Meteosis MTS01 ? - files: demod_mod.c, demod_mod.h, meteosis_mod.c + files: demod_mod.c, demod_mod.h, mts01mod.c gcc -O3 -c demod_mod.c - gcc meteosis_mod.c demod_mod.o -lm -o meteosis_mod + gcc mts01mod.c demod_mod.o -lm -o mts01mod */ #include @@ -225,8 +225,8 @@ static int print_frame(gpx_t *gpx, int pos) { } // Reference time/position - //printf(", \"ref_datetime\": \"%s\"", "UTC" ); // {"GPS", "UTC"} GPS-UTC=leap_sec ? - //printf(", \"ref_position\": \"%s\"", "GPS" ); // {"GPS", "MSL"} GPS=ellipsoid , MSL=geoid ? + printf(", \"ref_datetime\": \"%s\"", "UTC" ); // {"GPS", "UTC"} GPS-UTC=leap_sec ? + printf(", \"ref_position\": \"%s\"", "MSL" ); // {"GPS", "MSL"} GPS=ellipsoid , MSL=geoid ? #ifdef VER_JSN_STR ver_jsn = VER_JSN_STR;