We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 457070b commit 11659aaCopy full SHA for 11659aa
.github/scripts/find_new_boards.sh
@@ -54,7 +54,7 @@ do
54
break
55
fi
56
board_name=$(echo "$line" | cut -d '.' -f1 | cut -d '#' -f1)
57
- if [ "$board_name" != "" ]
+ if [ "$board_name" != "" ] && [ "$board_name" != "esp32_family" ]
58
then
59
if [ "$board_name" != "$previous_board" ]
60
0 commit comments