Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2020-07-06 | replace %S with %s, seems that printf can cope with that | Daniel Plasa | 1 | -1/+1 |
2020-05-31 | fix esp32 compile errors | Daniel Plasa | 1 | -2/+7 |
2020-05-30 | trow out some macros | Daniel Plasa | 1 | -47/+12 |
2020-05-30 | fix timeout data type | Daniel Plasa | 1 | -1/+1 |
2020-05-29 | use a buffer size that only depends on the size of the lwip buffer config | Daniel Plasa | 1 | -1/+1 |
2020-05-29 | use a buffer size that depends on the size of the lwip buffer configuration | Daniel Plasa | 1 | -2/+1 |
2020-05-29 | use esp8266::polledTimeout::oneShotMs fot the timeout handling | Daniel Plasa | 1 | -7/+8 |
2020-05-29 | explicit name error codes as constexpr | Daniel Plasa | 1 | -8/+8 |
2020-05-28 | Add FTP Client | Daniel Plasa | 1 | -0/+316 |