Skip to content

Commit be54f3b

Browse files
committed
print cli cmd
1 parent f1a3f8e commit be54f3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build_platform.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ def install_platform(fqbn, full_platform_name=None):
127127
if full_platform_name[2] is not None:
128128
manually_install_esp32_bsp(full_platform_name[2]) # build esp32 bsp from desired source and branch
129129
for retry in range(0, 3):
130+
print("arduino-cli core install "+fqbn+" --additional-urls "+BSP_URLS)
130131
if os.system("arduino-cli core install "+fqbn+" --additional-urls "+BSP_URLS+" > /dev/null") == 0:
131132
break
132133
print("...retrying...", end=" ")

0 commit comments

Comments
 (0)