We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86520bf commit 6bcac2aCopy full SHA for 6bcac2a
extras/tools/bin2ota.py
@@ -26,7 +26,7 @@
26
magic_number = 0x2341025B.to_bytes(4,byteorder='little')
27
elif board == "NANO_RP2040_CONNECT":
28
magic_number = 0x2341005E.to_bytes(4,byteorder='little')
29
-elif board == "NICLA_VISION"
+elif board == "NICLA_VISION":
30
magic_number = 0x2341025F.to_bytes(4,byteorder='little')
31
elif board == "OPTA":
32
magic_number = 0x23410064.to_bytes(4,byteorder='little')
0 commit comments