Skip to content

Commit f842b37

Browse files
committed
Update magic number to match core release
1 parent a21c84e commit f842b37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Arduino_Portenta_OTA_Config.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
#endif
3737

3838
#if defined(ARDUINO_OPTA)
39-
#define ARDUINO_PORTENTA_OTA_MAGIC 0x23410264
39+
#define ARDUINO_PORTENTA_OTA_MAGIC 0x23410064
4040
#define ARDUINO_PORTENTA_OTA_QSPI_SUPPORT
4141
#endif
4242

0 commit comments

Comments
 (0)