From 654558314b3ee0d468174cc316995f7468c2ae50 Mon Sep 17 00:00:00 2001 From: Anson Biggs Date: Tue, 30 Nov 2021 16:51:23 -0700 Subject: [PATCH] debug info for starting ignition --- include/teensy.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/teensy.h b/include/teensy.h index 0925f41..70a524b 100644 --- a/include/teensy.h +++ b/include/teensy.h @@ -246,6 +246,7 @@ void thrustInfo(Vehicle &State) { // Serial.println(State.lc0_processed + State.lc1_processed + // State.lc2_processed + State.lc3_processed); } + Serial.println("IGNITION DETECTED"); State.thrustFiring = 1;