bug fix for previous commit to work for bottom module

This commit is contained in:
2019-07-10 17:56:32 +02:00
parent 1189b991e5
commit 445f3c66fd
4 changed files with 4 additions and 4 deletions

View File

@ -330,7 +330,7 @@ public:
}
#ifdef VERBOSE
//if(!index)
if(!index)
cprintf(BLUE,"%d : Streamer: buf: %s\n", index, buf);
#endif

View File

@ -282,7 +282,7 @@ int DataStreamer::SendHeader(sls_receiver_header* rheader, uint32_t size, uint32
header.modId, header.row, header.column, header.reserved,
header.debug, header.roundRNumber,
header.detType, header.version,
gapPixelsEnable ? 1 : 0, flippedData,
*gapPixelsEnable ? 1 : 0, flippedData,
additionJsonHeader
);
}