arduino-esp32/libraries/SPIFFS
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
..
examples Added file.close to examples (#3611) 2020-01-20 16:47:40 +02:00
src Add partition label argument to SPIFFS (#4443) 2020-11-02 18:47:36 +02:00
library.properties Add initial SPIFFS library (#627) 2017-09-12 11:09:59 +03:00