DrRandom
DrRandom
I have just switched to an other lib.
@me-no-dev I hope you are doing well and your health is good. With great respect, can we expect a continuation on this repo sometime in the near future?
Iam also in this group and my heart breaks when i think about this amazing masterpiece left in the mud
Try it with `LittleFs` instead of `SPIFFS`
Oh. Thank you for the fast response. Will check it!
It seems to work if i remove the check. Modified method ```cpp ArduinoOTAClass& ArduinoOTAClass::setPassword(const char * password) { if (!_password.length() && password) { MD5Builder passmd5; passmd5.begin(); passmd5.add(password); passmd5.calculate(); _password =...
After the latest upgrade I modified the method again and it didn't work this time. The method is the same as last time but can't change the password.
I know that because other parts of my application which uses the same dinamically changing password has successfully changed it but the OTA does not. It remained the same before...
Can this be implemented? I just updated the core and i had to do these changes again.
I can create a PR but that would require much more analysis. Currently i just hardcoded my partition label but in order for this to work for everyone we have...