comparison Discovery/Src/logbook_miniLive.c @ 1020:b0d3e8b84966 GasConsumption

Fix: Add Missing Compass Heading to the Logbook Reader. Fix: Add Missing Scrubber State to the Logbook Reader.
author heinrichsweikamp
date Fri, 20 Jun 2025 07:59:32 +0200
parents 6d8ae8fbccf5
children
comparison
equal deleted inserted replaced
1019:67e3dbc4d212 1020:b0d3e8b84966
365 else 365 else
366 { 366 {
367 ReplayDataOffset = StepBackwards; 367 ReplayDataOffset = StepBackwards;
368 logbook_getHeader(StepBackwards ,&logbookHeader); 368 logbook_getHeader(StepBackwards ,&logbookHeader);
369 369
370 dataLength = logbook_readSampleData(StepBackwards, DEPTH_DATA_LENGTH, ReplayDepthData,NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, ReplayMarkerData); 370 dataLength = logbook_readSampleData(StepBackwards, DEPTH_DATA_LENGTH, ReplayDepthData,NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, ReplayMarkerData);
371 371
372 /* check if a marker is provided. If not disable marker functionality for the replay block */ 372 /* check if a marker is provided. If not disable marker functionality for the replay block */
373 for(index = 0; index < dataLength; index++) 373 for(index = 0; index < dataLength; index++)
374 { 374 {
375 if(ReplayMarkerData[index] != 0) 375 if(ReplayMarkerData[index] != 0)