DrRandom
DrRandom
This would looke like that: **Methods** ```cpp t_httpUpdate_return handleUpdate(HTTPClient& http, const String& currentVersion, bool spiffs = false, const char* partitionLabel = NULL, HTTPUpdateRequestCB requestCB = NULL); bool runUpdate(Stream& in, uint32_t...
The problem with this is that in the rest of the `handleUpdate` calls we have to modify from that `handleUpdate(http, currentVersion, true, requestCB);` to that `handleUpdate(http, currentVersion, true, NULL, requestCB);`
Unfortunately i can't and it also is a massive app. I can try to build a small project and hope it triggers it.
Well, i was able to inspect only the RAM usage  But this is obviously not true. I had to add this flag `debug_build_flags = -Os` to my ini file...
> It shouldn't take that long. How many files does your project contain? Well, I don't know. A lot. A rough estimate is (37 * 2) 74 if each folder...
Still nothing in this request?