Skip to content

Commit

Permalink
stm32/boards/LEGO_HUB_NO6: Fix typo in README.
Browse files Browse the repository at this point in the history
This fixes a typo in the build directory path.

Signed-off-by: David Lechner <[email protected]>
  • Loading branch information
dlech authored and dpgeorge committed Aug 5, 2022
1 parent 579f330 commit 6152bbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ports/stm32/boards/LEGO_HUB_NO6/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 6152bbe

Please sign in to comment.