• P-R-O-C-H-Y's avatar
    Fix: SD_MMC deinit (#5732) · 5b207104
    P-R-O-C-H-Y authored
    * SD.open() new feature for creating all folders in path
    
    This PR adds to the SD.open() function option to create all folders to the file.
    
    SD.open(const char* path, const char* mode, const bool create)
    
    Default value of create is false.
    When true folders are created.
    
    From issue #5019
    
    * Update vfs_api.cpp
    
    memccpy -> memcpy
    
    * SD_MMC deinit fix
    
    Wrong deinit function was called.
    5b207104
SD_MMC.cpp 3.99 KB