Skip to content

Commit

Permalink
Fix Csv Header
Browse files Browse the repository at this point in the history
  • Loading branch information
DrewBrandt committed Apr 23, 2024
1 parent a0d998f commit 3690b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Spaceport/23-24/Code/Teensy-Based Avionics/src/State.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,10 @@ bool State::init()
if (!radio->begin())
radio = nullptr;
}
setCsvHeader();
if (useKF)
kfilter = initializeFilter();
numSensors = good;
setCsvHeader();

return good == tryNumSensors;
}
Expand Down

0 comments on commit 3690b0e

Please sign in to comment.