Skip to content

Commit

Permalink
Update Pins for ESP32 (non-C3)
Browse files Browse the repository at this point in the history
  • Loading branch information
unregist authored Dec 4, 2024
1 parent ef5423b commit ba2242f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions esphome/components/MhiAcCtrl/MHI-AC-Ctrl-core.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ba2242f

Please sign in to comment.