We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42ff884 commit 22f07ebCopy full SHA for 22f07eb
examples/OTA_Qspi_Flash/OTA_Qspi_Flash.ino
@@ -39,6 +39,8 @@ static char const OTA_FILE_LOCATION[] = "http://downloads.arduino.cc/ota/OTA_Usa
39
static char const OTA_FILE_LOCATION[] = "http://downloads.arduino.cc/ota/OTA_Usage_Portenta.ino.PORTENTA_H7_M7.ota";
40
#elif defined(ARDUINO_OPTA)
41
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";
44
#else
45
#error "Board not supported"
46
#endif
0 commit comments