Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ cd /mnt/c/Users/<user_name>/Documents/esp-ws

This give you access to the workspace throught the Documents folder of Windows.

Download ESP-IDF version 4.1.
Download ESP-IDF version 4.3.
```console
git clone https://github.com/espressif/esp-idf -b v4.1
git clone https://github.com/espressif/esp-idf -b v4.3
```

Install the ESP-IDF
Expand All @@ -88,9 +88,9 @@ cd ~/esp-ws
```


Download ESP-IDF version 4.1.
Download ESP-IDF version 4.3.
```console
git clone https://github.com/espressif/esp-idf -b v4.1
git clone https://github.com/espressif/esp-idf -b v4.3
```

Install the ESP-IDF
Expand All @@ -116,8 +116,10 @@ git clone https://github.com/jfm92/microByte_firmware --recursive
To build type the next commands:
```console
cd microByte_firmware
make -j4
idf.py build
```
(The newest Espressif builder use idf.py to compile.)


The build process could take a few minutes. If everything goes fine it should return the next output:

Expand Down