mirror of
https://gitlab.com/lander-team/lander-cpp.git
synced 2025-06-16 07:06:51 +00:00
Merge branch '31-avionics-integration-test' of gitlab.com:lander-team/lander-cpp into 31-avionics-integration-test
This commit is contained in:
commit
554f0fdc53
@ -122,7 +122,6 @@ void loop() {
|
|||||||
State.time += State.stepSize;
|
State.time += State.stepSize;
|
||||||
|
|
||||||
if ((State.z < 0.0) && (State.thrustFiring == 2)) {
|
if ((State.z < 0.0) && (State.thrustFiring == 2)) {
|
||||||
printSimResults(State);
|
|
||||||
Serial.println("Run duration:" + String(micros() - initTime) + " us");
|
Serial.println("Run duration:" + String(micros() - initTime) + " us");
|
||||||
|
|
||||||
closeFile();
|
closeFile();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user