From d3783b9dcd0cfa8ac461d068342b67969eaa4804 Mon Sep 17 00:00:00 2001 From: HeckerZ <88806995+HeckerZ@users.noreply.github.com> Date: Sat, 25 Sep 2021 11:34:27 +0800 Subject: [PATCH] fix some thing make it up to date --- Readme.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/Readme.md b/Readme.md index 58ac57d..c84525e 100644 --- a/Readme.md +++ b/Readme.md @@ -66,9 +66,9 @@ cd /mnt/c/Users//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 @@ -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 @@ -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: