From 97e4a694479e891fa66ec2cf515b58e5ef164f24 Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Thu, 13 Oct 2022 13:18:21 +0200 Subject: [PATCH] Fix typo, and clarify powering by battery sentence --- firmware/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/README.md b/firmware/README.md index f57c5c7b..f91f2782 100644 --- a/firmware/README.md +++ b/firmware/README.md @@ -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