Skip to content

Commit

Permalink
Merge pull request Eclipse-IoT#28 from danbev/firmware-readme-typo-an…
Browse files Browse the repository at this point in the history
…d-clarifcation

Fix typo, and clarify powering by battery sentence
  • Loading branch information
Ulf Lilleengen authored Oct 13, 2022
2 parents 42b0984 + 97e4a69 commit 2d5f596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ cargo embed --release

## Flashing application for battery powered use

To run off battery, the application should be flashed without the debug probe attach. You can do this by running the following command:
To power the microbit using a battery pack, the application should be flashed without the debug probe attached. You can do this by running the following command:

```
cargo flash --release --no-default-features --features panic-reset --chip nRF52833_xxAA
Expand Down

0 comments on commit 2d5f596

Please sign in to comment.