after reading lots of info it's still not clear to me if it is possible to use OTA on the UNO Wifi Rev2.
in the reference for ArduinoOTA is says:
"This library is compatible with all architectures so you should be able to use it on all the Arduino boards."
however, in the description of the library it's said the MCU needs at least 64K memory. UNO Wifi Rev2 has 32k.
is there a way out with: "any board with MCU with SD bootloader"?
searching for this i arrived at 'avr_boot' which is included in de Arduino IDE.
however, the ATmega4809 is not in the list of available 'MCU's for avr_boot.
is the conclusion that for this board OTA is NOT available?
or is there maybe another solution on which i did not stumble yet?
rolf meesters