Skip to content

Commit 25d8bdc

Browse files
committed
ci(arduino_ci): replace arduino builder by arduino-cli
Signed-off-by: Frederic Pillon <[email protected]>
1 parent fa9ad03 commit 25d8bdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CI/build/arduino-cli.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@ def log_final_result():
675675
print(output_dir)
676676

677677

678-
# Set up specific options to customise arduino builder command
678+
# Set up specific options to customise arduino-cli command
679679
def get_fqbn(b_name):
680680
if b_name in board_custom_fqbn and board_custom_fqbn[b_name]:
681681
return board_custom_fqbn[b_name]
@@ -686,7 +686,7 @@ def get_fqbn(b_name):
686686
return board_fqbn[b_name]
687687

688688

689-
# Generate arduino builder basic command
689+
# Generate arduino-cli basic command
690690
def genBasicCommand(b_name):
691691
cmd = []
692692
cmd.append(arduino_cli)

0 commit comments

Comments
 (0)