Show MCU's full path

In *4) [Advanced]* --> *5) [Get MCU ID]* display the full path instead of only the serial file name
This commit is contained in:
Sineos
2023-10-15 09:31:06 +02:00
parent 5cf4b018fc
commit d791423ae5

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