Nuacht

I'm using latest version 6 library. making my way across to V6, I am reading a json file using ESP32 and WiFiClient but the size of this json file may vary over time. With V5 it was taken care for ...
The file I'm writing to is on an SD card (using the SdFat library), and one will likely have to keep in mind that reading and writing sd cards are done in 512 byte blocks. A naive approach would be to ...