psas / av3-fc

Event driven flight computer for rockets. Flown on L-10 and L-11.

Home Page:http://psas.pdx.edu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SEQN messages need the actual timestamp

ThirteenFish opened this issue · 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.