Skip to content

Commit be27afc

Browse files
authored
Update arduino.py
1 parent 749761e commit be27afc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

builder/frameworks/arduino.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,7 @@ def validate_platformio_path(path: Union[str, Path]) -> bool:
225225
# Must be framework-related
226226
framework_indicators = [
227227
"framework-arduinoespressif32",
228-
"framework-arduinoespressif32-libs",
229-
"framework-arduino-c2-skeleton-lib"
228+
"framework-arduinoespressif32-libs"
230229
]
231230

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

0 commit comments

Comments
 (0)