refactor: show full path of mcu (#391)

This commit is contained in:
Sineos
2023-10-15 10:08:41 +02:00
committed by GitHub
parent 5cf4b018fc
commit 899b204dc7

View File

@@ -112,7 +112,6 @@ function print_detected_mcu_to_screen() {
fi
for mcu in "${mcu_list[@]}"; do
mcu=$(echo "${mcu}" | rev | cut -d"/" -f1 | rev)
echo -e " ● MCU #${i}: ${cyan}${mcu}${white}"
i=$(( i + 1 ))
done