Skip to content

Commit 3ff5492

Browse files
committed
fix(example): Remove p4 pins as they are listed already
1 parent 96a513f commit 3ff5492

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

libraries/SD_MMC/examples/SDMMC_Test/SDMMC_Test.ino

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -56,17 +56,6 @@ int d0 = 37;
5656
int d1 = 38;
5757
int d2 = 33;
5858
int d3 = 39; // GPIO 34 is not broken-out on ESP32-S3-DevKitC-1 v1.1
59-
60-
#elif defined(CONFIG_IDF_TARGET_ESP32P4) && !defined(BOARD_HAS_SDMMC)
61-
// define BOARD_HAS_SDMMC for ESP32-P4 Function EV board V1.4, as it uses SLOT 0 (IO_MUX)
62-
// Pin definition for ESP32-P4 Function EV board V1.4
63-
int clk = 43;
64-
int cmd = 44;
65-
int d0 = 39;
66-
int d1 = 40;
67-
int d2 = 41;
68-
int d3 = 42;
69-
int power = 4;
7059
#endif
7160

7261
void listDir(fs::FS &fs, const char *dirname, uint8_t levels) {

libraries/SD_MMC/examples/SDMMC_time/SDMMC_time.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* Connections for ║ ║ ╔═══╩═║═║═══╗ ║ ║ ║
1515
* full-sized ║ ║ ║ ╔═╝ ║ ║ ║ ║ ║
1616
* SD card ║ ║ ║ ║ ║ ║ ║ ║ ║
17-
* ESP32-P4 Func EV | 40 39 GND 43 3V3 GND 44 43 42 | + POWER (4)
17+
* ESP32-P4 Func EV | 40 39 GND 43 3V3 GND 44 43 42 | SLOT 0 (IO_MUX)
1818
* ESP32-S3 DevKit | 21 47 GND 39 3V3 GND 40 41 42 |
1919
* ESP32-S3-USB-OTG | 38 37 GND 36 3V3 GND 35 34 33 |
2020
* ESP32 | 4 2 GND 14 3V3 GND 15 13 12 |

0 commit comments

Comments
 (0)