From 983f9cae6166e812c1084460fcc35e737853ad6c Mon Sep 17 00:00:00 2001 From: nick Date: Wed, 1 Jul 2026 23:37:11 -0600 Subject: [PATCH] hardware: move ignition sense to LilyGO GPIO39 --- firmware/esp32/overland-controller/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/esp32/overland-controller/config.h b/firmware/esp32/overland-controller/config.h index 9b20f0b..65d1527 100644 --- a/firmware/esp32/overland-controller/config.h +++ b/firmware/esp32/overland-controller/config.h @@ -16,7 +16,7 @@ // GPIO4 is used by the LilyGO relay shift-register OE pin. #define ONEWIRE_PIN 15 -#define IGNITION_PIN 34 +#define IGNITION_PIN 39 #define OLED_I2C_SDA_PIN 21 #define OLED_I2C_SCL_PIN 22