From ba2242f40058cd7c0e5da70c6ad10223ce964bbf Mon Sep 17 00:00:00 2001 From: unregist <22579156+unregist@users.noreply.github.com> Date: Thu, 5 Dec 2024 08:43:17 +1000 Subject: [PATCH] Update Pins for ESP32 (non-C3) --- esphome/components/MhiAcCtrl/MHI-AC-Ctrl-core.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/esphome/components/MhiAcCtrl/MHI-AC-Ctrl-core.h b/esphome/components/MhiAcCtrl/MHI-AC-Ctrl-core.h index 1c17b20..c2afefe 100644 --- a/esphome/components/MhiAcCtrl/MHI-AC-Ctrl-core.h +++ b/esphome/components/MhiAcCtrl/MHI-AC-Ctrl-core.h @@ -6,10 +6,10 @@ // # Config // ## pin defintions #define GPIO_SCLK GPIO_NUM_21 -#define GPIO_MOSI 22 -#define GPIO_MISO 23 +#define GPIO_MOSI GPIO_NUM_22 +#define GPIO_MISO GPIO_NUM_23 #define GPIO_CS_OUT GPIO_NUM_25 -#define GPIO_CS_IN 26 +#define GPIO_CS_IN GPIO_NUM_26 #define RCV_HOST SPI2_HOST