Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add docu on esp32 | Daniel Plasa | 2020-05-31 | 2 | -4/+7 |
| | |||||
* | fix esp32 compile errors | Daniel Plasa | 2020-05-31 | 2 | -21/+65 |
| | |||||
* | add Client example | Daniel Plasa | 2020-05-28 | 3 | -4/+168 |
| | |||||
* | use ESP.getMaxFreeBlockSize() / 2 as transfer buffer size for RETR | Daniel Plasa | 2020-05-26 | 2 | -6/+5 |
| | | | | use 2048 bytes for STOR | ||||
* | rewrite/reworks to also use LittleFS since SPIFFS has become deprecated | Daniel Plasa | 2020-05-24 | 3 | -50/+240 |
| | | | | | Also modifications to support also active mode and performance tunings with the use of dynamic buffers when transfering file data. | ||||
* | ESP32 Support Changes | nailbuster | 2017-10-18 | 1 | -33/+13 |
| | | | | A few fixes and support for ESP32 | ||||
* | initial | nailbuster | 2016-02-04 | 1 | -0/+70 |