summaryrefslogtreecommitdiffstats
path: root/examples/LittleFSSample/LittleFSSample.ino (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add Client exampleDaniel Plasa2020-05-281-124/+0
|
* use ESP.getMaxFreeBlockSize() / 2 as transfer buffer size for RETRDaniel Plasa2020-05-261-4/+3
| | | | use 2048 bytes for STOR
* rewrite/reworks to also use LittleFS since SPIFFS has become deprecatedDaniel Plasa2020-05-241-0/+125
Also modifications to support also active mode and performance tunings with the use of dynamic buffers when transfering file data.