Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit 9f0896a

Browse files
committed
Update README.md
1 parent d02d45c commit 9f0896a

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

README.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,29 +74,36 @@ Then when you need the toolchain you can type ``get_esp32`` on the command line
7474
You also need the ESP IDF along side this repository in order to build the ESP32 port.
7575
To get it:
7676

77-
$ git clone --recursive -b idf_dev https://github.com/pycom/pycom-esp-idf.git
77+
$ git clone --recursive -b idf_v3.1 https://github.com/pycom/pycom-esp-idf.git
7878

7979
After cloning, if you did not specify the --recursive option, make sure to checkout all the submodules:
8080

8181
$ cd pycom-esp-idf
8282
$ git submodule update --init
83+
84+
85+
``` text
86+
If you updated the repository from a previous revision and/or if switching between branches,<br>
87+
make sure to also update the submodules with the command above.
88+
```
8389

8490
Finally, before building, export the IDF_PATH variable
8591

8692
$ export IDF_PATH=~/pycom-esp-idf
8793

88-
This repository contains submodules! Either clone using the --recursive option:
94+
This repository contains submodules! Clone using the --recursive option:
8995

9096
$ git clone --recursive https://github.com/pycom/pycom-micropython-sigfox.git
9197

92-
Alternative checkout the modules manually:
98+
Alternatively checkout the modules manually:
9399

94100
$ cd pycom-micropython-sigfox
95101
$ git submodule update --init
96102

97-
If you updated the repository from a previous version and/or if switching to the development branch,<br>
98-
make sure to also update the submodules with the command above as a new submodule has been added<br>
99-
in the development branch!
103+
``` text
104+
If you updated the repository from a previous revision and/or if switching between branches,<br>
105+
make sure to also update the submodules with the command above.
106+
```
100107

101108
Prior to building the main firmware, you need to build mpy-cross
102109

0 commit comments

Comments
 (0)