Enable 1bit SDMMC for Olimex ESP32-EVB

Fixes:
https://github.com/espressif/arduino-esp32/issues/495#issuecomment-31604
2612
This commit is contained in:
me-no-dev
2017-08-01 18:16:48 +03:00
parent 91d02cc6d5
commit 2aed417d09
3 changed files with 10 additions and 3 deletions

View File

@ -25,4 +25,6 @@ static const uint8_t MOSI = 2;
static const uint8_t MISO = 15;
static const uint8_t SCK = 14;
#define BOARD_HAS_1BIT_SDMMC
#endif /* Pins_Arduino_h */