(I'm new to Arduino so please bear with me )
I want to make OTA from an Android device.
I managed to use ArduinoOTA from windows, and I would like to do the same from Android.
Is there a similar tool like AndroidOTA.exe for android?
If not - where can I find the AndroidOTA.exe source code? Or is what protocol is used to communicate with the OTA on the MKR? (I will try to import/implement it to Android)
Another option that I researched (which actually I prefer) is using WebUploader. I saw that option for the esp32, but as I understand it's specifically for the esp32 firmware, and not for Arduino that uses it (the MKR). Is there WebUploader for the MKR1010?