From 76c19d1492aaf61fc5d7f3fb10360592ec3ef3a2 Mon Sep 17 00:00:00 2001
From: Serge Bazanski <q3k@q3k.org>
Date: Mon, 14 Aug 2023 12:45:46 +0200
Subject: [PATCH] docs: mention esp-idf version

---
 docs/badge/firmware-development.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/badge/firmware-development.rst b/docs/badge/firmware-development.rst
index 0cd9741944..11334dc00c 100644
--- a/docs/badge/firmware-development.rst
+++ b/docs/badge/firmware-development.rst
@@ -42,6 +42,7 @@ On other Linux-based distributions, you will have to manually install ESP-IDF al
 
 	$ git clone --recursive https://git.flow3r.garden/flow3r/esp-idf
 	$ cd esp-idf
+    $ git checkout 5.1-flow3r
 	$ ./install.sh
 	$ source export.sh
 
-- 
GitLab