We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9b9104 commit 563c0a6Copy full SHA for 563c0a6
STM32/src/dopackage.sh
@@ -248,7 +248,7 @@ generateCorePackage()
248
updateJsonBoardName()
249
{
250
local tmp=$IFS
251
- local lb=`grep -E ".+\.menu\.[^\.]+\.[^\.]+=" $1/boards.txt | grep -v upload | cut -d'=' -f2`
+ local lb=`grep -E ".+\.menu\.board_part_num\.[^\.]+=" $1/boards.txt | cut -d'=' -f2`
252
if [ "$lb" == "" ]; then
253
lb=`grep "\.name" $1/boards.txt | cut -d'=' -f2`
254
fi
0 commit comments