hardware: move ignition sense to LilyGO GPIO39

This commit is contained in:
2026-07-01 23:37:11 -06:00
parent 83a392567c
commit 983f9cae61
+1 -1
View File
@@ -16,7 +16,7 @@
// GPIO4 is used by the LilyGO relay shift-register OE pin. // GPIO4 is used by the LilyGO relay shift-register OE pin.
#define ONEWIRE_PIN 15 #define ONEWIRE_PIN 15
#define IGNITION_PIN 34 #define IGNITION_PIN 39
#define OLED_I2C_SDA_PIN 21 #define OLED_I2C_SDA_PIN 21
#define OLED_I2C_SCL_PIN 22 #define OLED_I2C_SCL_PIN 22