DrRandom

Results 185 comments of 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 ![image](https://github.com/platformio/platform-espressif32/assets/37899881/72600426-a823-4e8f-8244-fe16e83dfa86) 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...