diff --git a/tools/platformio-build-esp32.py b/tools/platformio-build-esp32.py index fe6775d543d..76cac086dcc 100644 --- a/tools/platformio-build-esp32.py +++ b/tools/platformio-build-esp32.py @@ -117,7 +117,6 @@ ], CPPPATH=[ - join(FRAMEWORK_DIR, "tools", "sdk", "esp32", "include", "config"), join(FRAMEWORK_DIR, "tools", "sdk", "esp32", "include", "newlib", "platform_include"), join(FRAMEWORK_DIR, "tools", "sdk", "esp32", "include", "freertos", "include"), join(FRAMEWORK_DIR, "tools", "sdk", "esp32", "include", "freertos", "include", "esp_additions", "freertos"), diff --git a/tools/platformio-build-esp32c3.py b/tools/platformio-build-esp32c3.py index 1557a0806c7..5b8028cbd97 100644 --- a/tools/platformio-build-esp32c3.py +++ b/tools/platformio-build-esp32c3.py @@ -116,7 +116,6 @@ ], CPPPATH=[ - join(FRAMEWORK_DIR, "tools", "sdk", "esp32c3", "include", "config"), join(FRAMEWORK_DIR, "tools", "sdk", "esp32c3", "include", "newlib", "platform_include"), join(FRAMEWORK_DIR, "tools", "sdk", "esp32c3", "include", "freertos", "include"), join(FRAMEWORK_DIR, "tools", "sdk", "esp32c3", "include", "freertos", "include", "esp_additions", "freertos"), diff --git a/tools/platformio-build-esp32s2.py b/tools/platformio-build-esp32s2.py index 3aff44ad516..c46ad50f9bc 100644 --- a/tools/platformio-build-esp32s2.py +++ b/tools/platformio-build-esp32s2.py @@ -113,7 +113,6 @@ ], CPPPATH=[ - join(FRAMEWORK_DIR, "tools", "sdk", "esp32s2", "include", "config"), join(FRAMEWORK_DIR, "tools", "sdk", "esp32s2", "include", "newlib", "platform_include"), join(FRAMEWORK_DIR, "tools", "sdk", "esp32s2", "include", "freertos", "include"), join(FRAMEWORK_DIR, "tools", "sdk", "esp32s2", "include", "freertos", "include", "esp_additions", "freertos"), diff --git a/tools/platformio-build-esp32s3.py b/tools/platformio-build-esp32s3.py index 1733393ee11..97ac6c6bbf7 100644 --- a/tools/platformio-build-esp32s3.py +++ b/tools/platformio-build-esp32s3.py @@ -113,7 +113,6 @@ ], CPPPATH=[ - join(FRAMEWORK_DIR, "tools", "sdk", "esp32s3", "include", "config"), join(FRAMEWORK_DIR, "tools", "sdk", "esp32s3", "include", "newlib", "platform_include"), join(FRAMEWORK_DIR, "tools", "sdk", "esp32s3", "include", "freertos", "include"), join(FRAMEWORK_DIR, "tools", "sdk", "esp32s3", "include", "freertos", "include", "esp_additions", "freertos"),