Skip to content

Commit 7c509bc

Browse files
committed
update readme
1 parent 1bbf571 commit 7c509bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,15 @@ git clone https://github.com/m5stack/esp-idf.git
88
git -C esp-idf checkout 014ee65f1f5e291230e398c4913020be9a6278a1
99
git -C esp-idf submodule update --init --recursive
1010
./esp-idf/install.sh
11+
. ./esp-idf/export.sh
1112
```
1213

1314
### Building the firmware
1415
```shell
1516
git clone https://github.com/m5stack/uiflow_micropython
1617
cd uiflow_micropython/m5stack
17-
make littlefs
1818
make submodules
19+
make littlefs
1920
make mpy-cross
2021
make -j
2122
make deploy PORT=/dev/ttyUSBx BAUD=1500000

0 commit comments

Comments
 (0)