forked from espressif/arduino-esp32
Enable 1bit SDMMC for Olimex ESP32-EVB
Fixes: https://github.com/espressif/arduino-esp32/issues/495#issuecomment-31604 2612
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user