From 890ca6dc1d64bd0efb916536e4805b7c6413cf74 Mon Sep 17 00:00:00 2001 From: Serge Bazanski <q3k@q3k.org> Date: Sat, 24 Jun 2023 17:07:52 +0200 Subject: [PATCH] README: bump esp-idf deps to 4.4.5 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 87a7f8170c..a6d2526d71 100644 --- a/README.md +++ b/README.md @@ -18,17 +18,17 @@ Please transfer all .py files in python_payload/ for using the demo payload. ## How to install dependencies -Pay attention to install version 4.4. Other versions (specifically 5.x) did not work. To be sure follow the generic instructions below. +Pay attention to install version 4.4.5. Other versions (specifically 5.x) did not work. To be sure follow the generic instructions below. ### Generic -1. install esp-idf v4.4: +1. install esp-idf v4.4.5: (copied from https://www.wemos.cc/en/latest/tutorials/others/build\_micropython\_esp32.html) ``` $ cd ~ $ git clone https://github.com/espressif/esp-idf.git $ cd esp-idf -$ git checkout v4.4.4 +$ git checkout v4.4.5 $ git submodule update --init --recursive $ cd esp-idf -- GitLab