Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix building for esp32 core 2.0.8 | Emil Muratov | 2023-05-02 | 1 | -1/+1 |
| | | | | __FlashStringHelper class is abstract, so use String& instead | ||||
* | fix esp32 compile errors | Daniel Plasa | 2020-05-31 | 1 | -0/+1 |
| | |||||
* | Give credits to https://github.com/danbicks and his code posted in https://github.com/esp8266/Arduino/issues/1183#issuecomment-634556135 | Daniel Plasa | 2020-05-31 | 1 | -15/+3 |
| | | | | which inspired me to the code of the FTPClient | ||||
* | fix timeout data type | Daniel Plasa | 2020-05-30 | 1 | -1/+1 |
| | |||||
* | use esp8266::polledTimeout::oneShotMs fot the timeout handling | Daniel Plasa | 2020-05-29 | 1 | -1/+1 |
| | |||||
* | explicit name error codes as constexpr | Daniel Plasa | 2020-05-29 | 1 | -3/+11 |
| | |||||
* | Add FTP Client | Daniel Plasa | 2020-05-28 | 1 | -0/+119 |