pxt-microbit icon indicating copy to clipboard operation
pxt-microbit copied to clipboard

need to add simulator support for new flashlog functions

Open tballmsft opened this issue 5 months ago • 1 comments

Two new functions in flashlog don't have sim support:

// const c = flashlog.getNumberOfRows()
const rows = flashlog.getRows(0,3)

tballmsft avatar Sep 06 '24 22:09 tballmsft