DrRandom
DrRandom
I see. But this approach can not cover other scenarios. What if you set a flag to indicate that the firmware is updating to the rest of your program. It...
**I did it like this, just in case.** _( I'm on esp32 btw )_ ```C void firmwareRespHandler() { hsh_Performance.beginRestart(); } void sSystem::checkFirmwareUpdate_Timeout(){ if( firmwareUpdating && millis() - lastFirmwareUpdt_Packet_MS >= FIRMWARE_UPDATE_TIMEOUT...
Nah, i think it is out of scope for the webserver. It is two different library. You can use the Update class with any other thing. I have a NodeJS...
I would love to see this implemented. :(
I just wanted to try. Iam sad to hear that
As i stated in my issue, this isn't working.
Thank you for your comment. The example I gave is non blocking. The valve opening does not use delay and no part of my program blocks. It should not be...
So there will be `updateLittleFS()` method in the future? I would add an `updateLittleFS( const char *partitionLabel = "LittleFS" )` as well. So we can update different partitions as we...