Skip to content

Commit 6b1c14e

Browse files
committed
define default pins for ESP32
1 parent 7c5b91b commit 6b1c14e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/utility/Sd2PinMap.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -523,6 +523,8 @@ void fastDigitalWrite(uint8_t pin, uint8_t value) {
523523

524524
#endif // Arduino ARC
525525

526+
#elif defined(ESP32)
527+
// default SPI ports
526528
#else
527529
#error Architecture or board not supported.
528530
#endif

0 commit comments

Comments
 (0)