Skip to content

Commit

Permalink
Design for the TopGNSS GPS Antenna
Browse files Browse the repository at this point in the history
Force handling queue when RMC is received
  • Loading branch information
rvt committed Feb 12, 2025
1 parent 7b7c363 commit 66fd359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/rtc/ace/picortc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ void PicoRtc::getData(etl::string_stream &stream, const etl::string_view path) c
(void)path;
stream << "{";
stream << "\"epochSet\":" << statistics.epochSet;
stream << ",\"delayUs\":" << statistics.delayUs;
stream << ",\"delayMs\":" << statistics.delayMs;
stream << ",\"highElapseTimeErr\":" << statistics.highElapseTimeErr;
stream << ",\"timeUs32\":" << CoreUtils::timeUs32();
stream << "}\n";
Expand Down

0 comments on commit 66fd359

Please sign in to comment.