Add debug GPS dataset including more data #771

Merged
muellerr merged 8 commits from more-gps-tm into main 2023-08-14 12:20:41 +02:00
Showing only changes of commit d91a71fb51 - Show all commits

View File

@ -387,7 +387,6 @@ ReturnValue_t GpsHyperionLinuxController::handleCoreTelemetry(bool modeIsSet) {
ReturnValue_t GpsHyperionLinuxController::handleSkyviewTelemetry() {
PoolReadGuard pg(&skyviewSet);
sif::debug << sizeof(gps.skyview[0].PRN) << std::endl;
if (pg.getReadResult() != returnvalue::OK) {
return returnvalue::FAILED;
}