From c221fbc76caab9687d14a3989c0dd4dd50d254c3 Mon Sep 17 00:00:00 2001 From: Toby Murray Date: Tue, 5 Nov 2024 14:49:07 -0500 Subject: [PATCH] Change IDF version reference from 4 to 5 Looking at the issues in the project it seems like version 5 is supported. ESP-IDF 5 was released a while ago (first release 2022), and is the target for new development. --- doc/source/getting_started.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/getting_started.rst b/doc/source/getting_started.rst index 1c931ad8..cbb377dd 100644 --- a/doc/source/getting_started.rst +++ b/doc/source/getting_started.rst @@ -76,7 +76,7 @@ First, connect you board with the computer. In the output of :code:`lsusb` you s This means the serial adapter is working and there a serial like :code:`/dev/ttyUSB0` should appear. Next, make sure you have the `Espressif IoT Development Framework `_ installed. -The current stable (and tested) version is 4.0. +The current stable (and tested) version is 5.3. For instructions on how to get started with the IDF, please refer to their `documentation `_. Then, clone the :code:`epdiy` git repository (and its submodules):