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

@ -28,7 +28,7 @@ protected:
public:
SDMMCFS(FSImplPtr impl);
bool begin(const char * mountpoint="/sdcard");
bool begin(const char * mountpoint="/sdcard", bool mode1bit=false);
void end();
sdcard_type_t cardType();
uint64_t cardSize();