diff --git a/software/src/main.cpp b/software/src/main.cpp index 73382a8..6e604b5 100644 --- a/software/src/main.cpp +++ b/software/src/main.cpp @@ -50,6 +50,8 @@ void setup() { FastLED.addLeds(fr_leds, LED_FR_NUM); pinMode(RELAY_1, OUTPUT); + pinMode(IGNITION_POWER, INPUT_PULLUP); + pinMode(LIGHTING_POWER, INPUT_PULLUP); }