From 9a6c8eaac0607391e62aa0174e2762ef6c183600 Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Thu, 29 Jun 2023 12:01:28 +0000 Subject: [PATCH] Dropping ESP IDF not working with v5 note, see https://github.com/micropython/micropython/commit/e4650125b88a35f074097f16d84a8f49bd22ac06 --- Build-Troubleshooting.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Build-Troubleshooting.md b/Build-Troubleshooting.md index 75f5541..a4a76e4 100644 --- a/Build-Troubleshooting.md +++ b/Build-Troubleshooting.md @@ -126,8 +126,3 @@ make BOARD=... submodules to automatically initialise required submodules. -# Port specific - -## ESP32 - -Check that you are using a [supported IDF version](https://github.com/micropython/micropython/tree/master/ports/esp32#setting-up-esp-idf-and-the-build-environment). The build will not work with IDF v5.0. \ No newline at end of file