Hello, everybody,
I want to stop the OTA service on my microcontroller.
However, it doesn't seem to admit a call like "ArduinoOTA.end();".
My next idea would be not to call the "ArduinoOTA.handle();" in the loop anymore - but is this the way to go?
Timmmy001:
Hello, everybody,
I want to stop the OTA service on my microcontroller.
However, it doesn't seem to admit a call like "ArduinoOTA.end();".
My next idea would be not to call the "ArduinoOTA.handle();" in the loop anymore - but is this the way to go?
is it about esp8266 or esp32 ArduinoOTA library or about my general ArduinoOTA library? If esp8266 or esp32, would you use my library if I add the end() function?
But I'm afraid I haven't looked far enough:
The termination of the OTA function should be made after the failure of the OTA authentication, in order to reactivate it after a certain time.
In addition, I would still need to save the password as hash value.