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 6d0d399 commit b93c3bfCopy full SHA for b93c3bf
builder/frameworks/arduino.py
@@ -220,9 +220,10 @@ def validate_platformio_path(path: Union[str, Path]) -> bool:
220
# Must be framework-related
221
framework_indicators = [
222
"framework-arduinoespressif32",
223
- "esp32-arduino-libs",
224
".platformio/packages",
225
- "packages/framework-arduinoespressif32"
+ "packages/framework-arduinoespressif32",
+ "packages/framework-arduinoespressif32-libs",
226
+ "packages/framework-arduino-c2-skeleton-lib"
227
]
228
229
if not any(indicator in path_str for indicator in framework_indicators):
0 commit comments