Skip to content

Commit 22f07eb

Browse files
committed
Add GIGA binary download url
1 parent 42ff884 commit 22f07eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/OTA_Qspi_Flash/OTA_Qspi_Flash.ino

+2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ static char const OTA_FILE_LOCATION[] = "http://downloads.arduino.cc/ota/OTA_Usa
3939
static char const OTA_FILE_LOCATION[] = "http://downloads.arduino.cc/ota/OTA_Usage_Portenta.ino.PORTENTA_H7_M7.ota";
4040
#elif defined(ARDUINO_OPTA)
4141
static char const OTA_FILE_LOCATION[] = "http://downloads.arduino.cc/ota/OTA_Usage_Portenta.ino.OPTA.ota";
42+
#elif defined(ARDUINO_GIGA)
43+
static char const OTA_FILE_LOCATION[] = "http://downloads.arduino.cc/ota/OTA_Usage_Portenta.ino.GIGA.ota";
4244
#else
4345
#error "Board not supported"
4446
#endif

0 commit comments

Comments
 (0)