Skip to content

Commit 0a15bdf

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

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
@@ -674,7 +674,7 @@ def log_final_result():
674674
print(output_dir)
675675

676676

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

687687

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

0 commit comments

Comments
 (0)