mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 12:40:15 +01:00
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>
This commit is contained in:
committed by
Damien George
parent
579f330508
commit
6152bbe3dd
@@ -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):
|
copy the resulting file to the Hub (eg using mpremote):
|
||||||
|
|
||||||
$ make BOARD=LEGO_HUB_NO6
|
$ make BOARD=LEGO_HUB_NO6
|
||||||
$ gzip boards/LEGO_HUB_NO6/firmware.dfu
|
$ gzip build-LEGO_HUB_NO6/firmware.dfu
|
||||||
$ mpremote cp boards/LEGO_HUB_NO6/firmware.dfu.gz :
|
$ mpremote cp build-LEGO_HUB_NO6/firmware.dfu.gz :
|
||||||
|
|
||||||
Then get a REPL on the Hub and execute:
|
Then get a REPL on the Hub and execute:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user