Skip to content

Hex format: MakeCode no longer stores metadata in micro:bit flash #381

Open
@carlosperate

Description

@carlosperate

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions