From 0ede3dbfa87aecef7addd7d27b86744b8927318b Mon Sep 17 00:00:00 2001 From: jonny_ji7 Date: Wed, 22 Feb 2023 17:30:04 +0100 Subject: [PATCH] Bump ESP-IDF version Project is compatible with 4.4.4 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ed15580..8632a4a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Links ## connection plan -See [connection-plan.pdf](connection-plan.pdf) +See [connection-plan.drawio.pdf](connection-plan.drawio.pdf) ## flowchart firmware See [function-diagram.drawio.pdf](function-diagram.drawio.pdf) @@ -9,14 +9,14 @@ See [function-diagram.drawio.pdf](function-diagram.drawio.pdf) # Installation ### Install esp-idf -Currently using ESP-IDF v4.1.4 (5.X did not work due to breaking changes and CMAKE issues) +Currently using ESP-IDF **v4.4.4-148** (5.x did not work due to breaking changes and CMAKE issues) 1. download esp-idf: ``` -clone the esp-idf repository from github +clone the esp-idf repository from github to /opt ``` 2. checkout version needed: ``` -git checkout release/4.1 +git checkout release/4.4 ``` 3. run install script e.g. ```