From f2bdf363377b2fa743f72112e456d2b455deb285 Mon Sep 17 00:00:00 2001 From: nick Date: Wed, 1 Jul 2026 00:17:25 -0600 Subject: [PATCH] hardware: move DS18B20 data to LilyGO GPIO21 --- 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 0255226..6192a43 100644 --- a/firmware/esp32/overland-controller/config.h +++ b/firmware/esp32/overland-controller/config.h @@ -14,7 +14,7 @@ #define RELAY_SHIFT_REGISTER_PIN 255 // GPIO4 is used by the LilyGO relay shift-register OE pin. -#define ONEWIRE_PIN 14 +#define ONEWIRE_PIN 21 #define IGNITION_PIN 34