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 c25d61e commit b5d098cCopy full SHA for b5d098c
extras/tools/bin2ota.py
@@ -27,7 +27,7 @@
27
elif board == "NANO_RP2040_CONNECT":
28
magic_number = 0x2341005E.to_bytes(4,byteorder='little')
29
elif board == "ESP32":
30
- magic_number = 0x00000000.to_bytes(4,byteorder='little')
+ magic_number = 0x45535033.to_bytes(4,byteorder='little')
31
else:
32
print ("Error,", board, "is not a supported board type")
33
sys.exit()
0 commit comments