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
This was done as part of the original design, where the last block doesn't need to be padded as a the End Of File record would be place immediately after.
In the current configuration the Universal Hex first "section" last block is not padded.
As the default implementation now uses only "sections" without the 512-byte blocks this issue is only present for uses actively using the block format.
The text was updated successfully, but these errors were encountered:
This was done as part of the original design, where the last block doesn't need to be padded as a the End Of File record would be place immediately after.
In the current configuration the Universal Hex first "section" last block is not padded.
microbit-universal-hex/src/__tests__/universal-hex.spec.ts
Lines 1294 to 1295 in 4147e22
As the default implementation now uses only "sections" without the 512-byte blocks this issue is only present for uses actively using the block format.
The text was updated successfully, but these errors were encountered: