We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--release
1 parent 42feead commit 566d32cCopy full SHA for 566d32c
README.md
@@ -39,12 +39,12 @@ run one of the commands below.
39
40
*For micro:bit V1*
41
```bash
42
-> cargo run --manifest-path ./examples/led-blocking/Cargo.toml --features v1 --target thumbv6m-none-eabi
+> cargo run --release --manifest-path ./examples/led-blocking/Cargo.toml --features v1 --target thumbv6m-none-eabi
43
```
44
45
*For micro:bit V2*
46
47
-> cargo run --manifest-path ./examples/led-blocking/Cargo.toml --features v2 --target thumbv7em-none-eabihf
+> cargo run --release --manifest-path ./examples/led-blocking/Cargo.toml --features v2 --target thumbv7em-none-eabihf
48
49
50
You should see a lot of build output, the orange LED on the back of the micro:bit should flash quickly and
0 commit comments