Tiny-bit
Tiny-bit copied to clipboard
Compilation failed, please check your code for errors - MakeCode Editor
Hi,
I'm facing this problem with Tiny:bit.
When I want to download a code on microbit (the code includes Tiny:bit blocks), it gives me this error:
Compilation failed, please check your code for errors.
I've tried to trace the JavaScript (TypeScript code), and I found this message error appears in the output.txt file:
pxsim.sendBufferAsm2 is not a function
at <main> (pxt_modules/Tinybit/main.ts:5:1)
An image for this error:
Finally, note that I'm using MakeCode Editor (offline version), and my PC is connected to the internet.