I’ve encountered an issue where my program exceeds the memory capacity of the micro:bit v1, causing the pxt build command to fail with the message: "program too big by xxx bytes!" How can I configure my project to exclusively target the micro:bit v2?
It seems there is insufficient space left on the micro:bit v1 to fully implement our robot's functionality. We have updated our Cutebot Pro and TPbot products and are now adapting them to work with this robot library. However, after implementing 90% of the required functionality, we’ve run out of space—despite our code being highly optimized and under 200 lines.
I’ve encountered an issue where my program exceeds the memory capacity of the micro:bit v1, causing the pxt build command to fail with the message: "program too big by xxx bytes!" How can I configure my project to exclusively target the micro:bit v2?
It seems there is insufficient space left on the micro:bit v1 to fully implement our robot's functionality. We have updated our Cutebot Pro and TPbot products and are now adapting them to work with this robot library. However, after implementing 90% of the required functionality, we’ve run out of space—despite our code being highly optimized and under 200 lines.