I've previously used this library on the UNO R4 and it enabled uploads to the board directly from the IDE by selecting the board's ip address from the port menu. I would like to do the same with the GIGA, but the only information I've found is connecting the GIGA to the Arduino cloud. I'm using WiFi.h and ArduinoOTA.h. I've tried:
But that produces compilation errors. I looked at the ArduinoOTA source file and I see defines for many different boards, but not the GIGA. I'm not a professional programmer so I'd appreciate any direction that this forum could provide.
I'll add that the GIGA does connect to my network and gets a valid ip address.
Thanks!
It works very differently on the GIGA. If you don't want to go down the cloud route then this library provides for downloading from your own file server, SD card or the QSPI flash
By instructing him to show ALL his source code in code tags. Also the compile errors also in code tags.
This is standard procedure which is why it's in a pinned post.