diff options
| author | David Lechner <david@pybricks.com> | 2022-07-28 19:25:59 -0500 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2022-08-05 23:57:15 +1000 |
| commit | 6152bbe3dd82fb7dc1b063e24c19a42af03bf321 (patch) | |
| tree | f633b88a3f8ecc588426c6d94bacb60fc8aac51c | |
| parent | 579f330508e4ba46f4a71193582c36bdf7aa56bd (diff) | |
stm32/boards/LEGO_HUB_NO6: Fix typo in README.
This fixes a typo in the build directory path.
Signed-off-by: David Lechner <david@pybricks.com>
| -rw-r--r-- | ports/stm32/boards/LEGO_HUB_NO6/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/stm32/boards/LEGO_HUB_NO6/README.md b/ports/stm32/boards/LEGO_HUB_NO6/README.md index 376d0f2b0..cc67b6a4b 100644 --- a/ports/stm32/boards/LEGO_HUB_NO6/README.md +++ b/ports/stm32/boards/LEGO_HUB_NO6/README.md @@ -112,8 +112,8 @@ To use this feature, build the firmware (see above for details) then gzip it and copy the resulting file to the Hub (eg using mpremote): $ make BOARD=LEGO_HUB_NO6 - $ gzip boards/LEGO_HUB_NO6/firmware.dfu - $ mpremote cp boards/LEGO_HUB_NO6/firmware.dfu.gz : + $ gzip build-LEGO_HUB_NO6/firmware.dfu + $ mpremote cp build-LEGO_HUB_NO6/firmware.dfu.gz : Then get a REPL on the Hub and execute: |
