Skip to content

Commit 75fde34

Browse files
TinyuZhaolbuque
authored andcommitted
READMD.md: Update the link to esp-idf.
Signed-off-by: tinyu <[email protected]>
1 parent 63efb24 commit 75fde34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
```shell
88
mkdir uiflow_workspace && cd uiflow_workspace
9-
git clone -b v5.2.2 https://github.com/espressif/esp-idf.git
9+
git clone --depth 1 --branch v5.4.1 https://github.com/espressif/esp-idf.git
1010
git -C esp-idf submodule update --init --recursive
1111
./esp-idf/install.sh
1212
. ./esp-idf/export.sh
@@ -24,7 +24,7 @@ make mpy-cross
2424
make flash_all
2525
```
2626

27-
The default board build the M5STACK_AtomS3 one, You can specify a different board by passing `BOARD=<board>` to the make commands. More BOARD type define is under [m5satck/boards](./m5stack/boards/) path.
27+
The default board build the M5STACK_AtomS3 one, You can use the `make BOARD=<board> pack_all` command to specify different development boards for compilation. More BOARD type definitions are located in the [m5stack/boards](./m5stack/boards/) path.
2828

2929
More command support, you can check the [Makefile](./m5stack/Makefile).
3030

0 commit comments

Comments
 (0)