Skip to content

Commit 9b563d9

Browse files
committed
Add build configuration for NICLA_VISION
1 parent ad3d370 commit 9b563d9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Arduino_Portenta_OTA_Config.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,9 @@
3030
#define ARDUINO_PORTENTA_OTA_QSPI_SUPPORT
3131
#endif
3232

33+
#if defined(ARDUINO_NICLA_VISION)
34+
#define ARDUINO_PORTENTA_OTA_MAGIC 0x2341025f
35+
#define ARDUINO_PORTENTA_OTA_QSPI_SUPPORT
36+
#endif
37+
3338
#endif /* ARDUINO_PORTENTA_OTA_CONFIG_H_ */

0 commit comments

Comments
 (0)