From 3e00a03121ed2bcbdf16cf72dde2c882853ec518 Mon Sep 17 00:00:00 2001 From: Soren Ptak Date: Fri, 26 Jan 2024 13:05:57 -0500 Subject: [PATCH] I cannot install idf.py 4.4.1 on either my Ubuntu 23.10, or MacOS 14 systems. Assume users will hit the same issue and remove the build check of this version of the library. The GettingStartedGuide in this repository states that v4.4.3 is the oldest supported. Use that version instead. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 46d6139..99282ef 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: fail-fast: false matrix: esp_idf_version: - - v4.4.1 + - v4.4.3 - v5.0 - v5.1.2 esp_target: