Skip to content

Commit 0294105

Browse files
committed
add test boards
1 parent 25b7a80 commit 0294105

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/scripts/find_new_boards.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ modified_lines=$(echo "$diff" | grep -E '^[+-][^+-]')
2525

2626
boards_array=()
2727
previous_board=""
28-
file="boards.txt"
2928

3029
# Extract board names from the modified lines, and add them to the boards_array
3130
while read -r line

boards.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44367,3 +44367,7 @@ cezerio_dev_esp32c6.menu.ZigbeeMode.rcp.build.zigbee_mode=-DZIGBEE_MODE_RCP
4436744367
cezerio_dev_esp32c6.menu.ZigbeeMode.rcp.build.zigbee_libs=-lesp_zb_api_rcp -lesp_zb_cli_command -lzboss_stack.rcp -lzboss_port
4436844368

4436944369
##############################################################
44370+
44371+
test_1.build.board=TEST_1
44372+
test_2.build.board=TEST_2
44373+
test_3.build.board=TEST_3

0 commit comments

Comments
 (0)