Skip to content

Commit b93c3bf

Browse files
authored
Update arduino.py
1 parent 6d0d399 commit b93c3bf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

builder/frameworks/arduino.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,9 +220,10 @@ def validate_platformio_path(path: Union[str, Path]) -> bool:
220220
# Must be framework-related
221221
framework_indicators = [
222222
"framework-arduinoespressif32",
223-
"esp32-arduino-libs",
224223
".platformio/packages",
225-
"packages/framework-arduinoespressif32"
224+
"packages/framework-arduinoespressif32",
225+
"packages/framework-arduinoespressif32-libs",
226+
"packages/framework-arduino-c2-skeleton-lib"
226227
]
227228

228229
if not any(indicator in path_str for indicator in framework_indicators):

0 commit comments

Comments
 (0)