From 0c129655a05ee7084b16113c9eaaf20adbed52c0 Mon Sep 17 00:00:00 2001 From: Kevin Jahaziel Leon Morales Date: Wed, 9 Oct 2024 21:11:31 -0600 Subject: [PATCH] docs: Version warning --- firmware/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/firmware/README.md b/firmware/README.md index 8ca20dc..0da6794 100644 --- a/firmware/README.md +++ b/firmware/README.md @@ -19,6 +19,9 @@ You can build your own firmware using the [ESP-IDF](https://docs.espressif.com/p ## Prerequisites +> [!IMPORTANT] +> The version you need to install must be 5.3.1; we cannot guarantee that a more recent version will compile. + - [Minino](https://electroniccats.com/store/minino/) - [ESP-IDF](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started/index.html) installed - [Make](https://www.gnu.org/software/make/) installed