micro:bit 020 error
Description There is no free memory on the micro:bit. Your program might be too complex or contain too many variables. Resolution Try reducing your code by moving code into functions and removing unused variables. If this does not resolve ...