Skip to content

Commit bf3fb06

Browse files
authored
Update platformio patch
1 parent 695e278 commit bf3fb06

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

patches/platformio-build.diff

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
diff --git a/tools/platformio-build.py b/tools/platformio-build.py
2-
index 0127f835d8..5e53e192b1 100644
2+
index 06b5dac2e1b..d070dc8ae9c 100644
33
--- a/tools/platformio-build.py
44
+++ b/tools/platformio-build.py
5-
@@ -37,7 +37,7 @@
6-
)
5+
@@ -35,7 +35,7 @@
6+
partitions_name = board_config.get("build.partitions", board_config.get("build.arduino.partitions", ""))
77

88
FRAMEWORK_DIR = platform.get_package_dir("framework-arduinoespressif32")
99
-FRAMEWORK_LIBS_DIR = platform.get_package_dir("framework-arduinoespressif32-libs")

0 commit comments

Comments
 (0)