Skip to content

Commit 472d387

Browse files
authored
Update arduino.py
1 parent 818b227 commit 472d387

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

builder/frameworks/arduino.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@
7373
if mcu == "esp32c2":
7474
ARDUINO_FRMWRK_LIB_DIR = platform.get_package_dir("framework-arduinoespressif32-libs")
7575
ARDUINO_C2_LIB_DIR = platform.get_package_dir("framework-arduino-c2-skeleton-lib")
76+
print("Arduino Lib Dir:", ARDUINO_FRMWRK_LIB_DIR)
77+
print("Arduino C2 Lib Dir:", ARDUINO_C2_LIB_DIR)
7678
shutil.copytree(ARDUINO_C2_LIB_DIR, ARDUINO_FRMWRK_LIB_DIR, dirs_exist_ok=True)
7779

7880
def install_python_deps():

0 commit comments

Comments
 (0)