We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a2ce73 commit 24f93e0Copy full SHA for 24f93e0
patches/platformio-build.diff
@@ -0,0 +1,11 @@
1
+diff --git a/tools/platformio-build.py b/tools/platformio-build.py
2
+index 0127f835d8..5e53e192b1 100644
3
+--- a/tools/platformio-build.py
4
++++ b/tools/platformio-build.py
5
+@@ -37,7 +37,7 @@
6
+ )
7
+
8
+ FRAMEWORK_DIR = platform.get_package_dir("framework-arduinoespressif32")
9
+-FRAMEWORK_LIBS_DIR = platform.get_package_dir("framework-arduinoespressif32-libs")
10
++FRAMEWORK_LIBS_DIR = join(FRAMEWORK_DIR, "tools", "esp32-arduino-libs")
11
+ assert isdir(FRAMEWORK_DIR)
0 commit comments