psas/av3-fc

SEQN messages need the actual timestamp

Closed this issue · 0 comments

See line 142 of logger.c: message_header header = { .ID="SEQN", .timestamp={0,0,0,0,0,0}, .data_length=htons(4) };

.timesamp shouldn't be all 0s.