Skip to content

Commit

Permalink
Fixed conflict with an SD config.
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinMueller2003 committed Dec 31, 2024
1 parent b5822ff commit 2fc10c0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions include/platforms/GPIO_Defs_ESP32_D1_MINI.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* GPIO_Defs_ESP32_D1_MINI.hpp - Output Management class
*
* Project: ESPixelStick - An ESP8266 / ESP32 and E1.31 based pixel driver
* Copyright (c) 2024 Shelby Merrick
* Copyright (c) 2025 Shelby Merrick
* http://www.forkineye.com
*
* This program is provided free for you to use in any way that you wish,
Expand All @@ -22,9 +22,9 @@
#define DEFAULT_RMT_0_GPIO gpio_num_t::GPIO_NUM_2
#define DEFAULT_RMT_1_GPIO gpio_num_t::GPIO_NUM_4

#define DEFAULT_RMT_2_GPIO gpio_num_t::GPIO_NUM_0
#define DEFAULT_RMT_3_GPIO gpio_num_t::GPIO_NUM_5
#define DEFAULT_RMT_4_GPIO gpio_num_t::GPIO_NUM_16
#define DEFAULT_RMT_2_GPIO gpio_num_t::GPIO_NUM_12
#define DEFAULT_RMT_3_GPIO gpio_num_t::GPIO_NUM_14
#define DEFAULT_RMT_4_GPIO gpio_num_t::GPIO_NUM_16

// SPI Output
#define SUPPORT_SPI_OUTPUT
Expand Down
8 changes: 4 additions & 4 deletions include/platforms/GPIO_Defs_ESP32_D1_MINI_ETH.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* GPIO_Defs_ESP32_D1_MINI_ETH.hpp - Output Management class
*
* Project: ESPixelStick - An ESP8266 / ESP32 and E1.31 based pixel driver
* Copyright (c) 2021 Shelby Merrick
* Copyright (c) 2021 - 2025 Shelby Merrick
* http://www.forkineye.com
*
* This program is provided free for you to use in any way that you wish,
Expand All @@ -23,9 +23,9 @@
//Output Manager
#define DEFAULT_RMT_0_GPIO gpio_num_t::GPIO_NUM_2
#define DEFAULT_RMT_1_GPIO gpio_num_t::GPIO_NUM_4
#define DEFAULT_RMT_2_GPIO gpio_num_t::GPIO_NUM_0
#define DEFAULT_RMT_3_GPIO gpio_num_t::GPIO_NUM_5
#define DEFAULT_RMT_4_GPIO gpio_num_t::GPIO_NUM_16
#define DEFAULT_RMT_2_GPIO gpio_num_t::GPIO_NUM_12
#define DEFAULT_RMT_3_GPIO gpio_num_t::GPIO_NUM_14
#define DEFAULT_RMT_4_GPIO gpio_num_t::GPIO_NUM_16

#define DEFAULT_I2C_SDA gpio_num_t::GPIO_NUM_21
#define DEFAULT_I2C_SCL gpio_num_t::GPIO_NUM_22
Expand Down

0 comments on commit 2fc10c0

Please sign in to comment.