arduino-esp32/libraries/SPIFFS/src
thewavelength 3cbfa2ffef
Add partition label argument to SPIFFS (#4443)
* Add partition label argument to SPIFFSSPIFFS currently assumes there is only ever one partition.This change allows a user to pass the label argument (defaults to NULL)to SPIFFS::begin() so a specific SPIFFS partition can be referenced.This change does not break compatibility.
2020-11-02 18:47:36 +02:00
..
SPIFFS.cpp Add partition label argument to SPIFFS (#4443) 2020-11-02 18:47:36 +02:00
SPIFFS.h Add partition label argument to SPIFFS (#4443) 2020-11-02 18:47:36 +02:00