Open
Description
https://tech.microbit.org/software/hex-format/#microsoft-makecode-editor
Hex files generated by the MakeCode Editor have embedded meta-data inside the .hex file. This is a JSON encoded blob with various data about the script, and also the source code program. This may be compressed, and it is stored inside the flash memory of the micro:bit (but only if space is available in the flash memory).
I believe MakeCode no longer attemps to save the metadata to the micro:bit flash as it did in earlier versions, and it goes straight into the "other data records" in the Universal Hex file.
Metadata
Metadata
Assignees
Labels
No labels