nocommentsgood
Results
2
comments of
nocommentsgood
possibly have to remove the optional: [dependencies] microbit-v2 = { version = "0.13.0", optional = true } remove from Cargo.toml: [features] v2 = ["microbit-v2"] try to compile. if compilation doesn't...
Not sure about the noise you get after setting the debug target to port 1337, but I fixed this by using 'continue' after setting the breakpoint on main. After issuing...