You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, it is constantly checking the micropython hex string to see if it has the old marker to append a script to a known flash address: :::::::::::::::::::::::::::::::::::::::::::
It's not a lot of processing, but the hex strings can be large and we are trying to increase performance.
The hex string provided to the MicropythonFsHex constructor should be correctly formed, and that should be the responsibility of the caller (like the Python Editor).
The text was updated successfully, but these errors were encountered:
microbit-carlos
changed the title
Stop checking for the appende-script marker in filesystem operations
Stop checking for the append-script marker in filesystem operations
May 11, 2020
Right now, it is constantly checking the micropython hex string to see if it has the old marker to append a script to a known flash address:
:::::::::::::::::::::::::::::::::::::::::::
It's not a lot of processing, but the hex strings can be large and we are trying to increase performance.
The hex string provided to the
MicropythonFsHex
constructor should be correctly formed, and that should be the responsibility of the caller (like the Python Editor).The text was updated successfully, but these errors were encountered: