File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ modified_lines=$(echo "$diff" | grep -E '^[+-][^+-]')
25
25
26
26
boards_array=()
27
27
previous_board=" "
28
- file=" boards.txt"
29
28
30
29
# Extract board names from the modified lines, and add them to the boards_array
31
30
while read -r line
Original file line number Diff line number Diff line change @@ -44367,3 +44367,7 @@ cezerio_dev_esp32c6.menu.ZigbeeMode.rcp.build.zigbee_mode=-DZIGBEE_MODE_RCP
44367
44367
cezerio_dev_esp32c6.menu.ZigbeeMode.rcp.build.zigbee_libs=-lesp_zb_api_rcp -lesp_zb_cli_command -lzboss_stack.rcp -lzboss_port
44368
44368
44369
44369
##############################################################
44370
+
44371
+ test_1.build.board=TEST_1
44372
+ test_2.build.board=TEST_2
44373
+ test_3.build.board=TEST_3
You can’t perform that action at this time.
0 commit comments