summaryrefslogtreecommitdiffstats
path: root/examples (follow)
Commit message (Collapse)AuthorAgeFilesLines
* replace %S with %s, seems that printf can cope with thatDaniel Plasa2020-07-062-4/+5
|
* add docu on esp32Daniel Plasa2020-05-312-4/+7
|
* fix esp32 compile errorsDaniel Plasa2020-05-312-21/+65
|
* add Client exampleDaniel Plasa2020-05-283-4/+168
|
* use ESP.getMaxFreeBlockSize() / 2 as transfer buffer size for RETRDaniel Plasa2020-05-262-6/+5
| | | | use 2048 bytes for STOR
* rewrite/reworks to also use LittleFS since SPIFFS has become deprecatedDaniel Plasa2020-05-243-50/+240
| | | | | Also modifications to support also active mode and performance tunings with the use of dynamic buffers when transfering file data.
* ESP32 Support Changesnailbuster2017-10-181-33/+13
| | | | A few fixes and support for ESP32
* initialnailbuster2016-02-041-0/+70