fixed one error in install script
This commit is contained in:
parent
de717e1e34
commit
f7f2c5137b
1 changed files with 4 additions and 0 deletions
4
install
4
install
|
@ -130,6 +130,10 @@ if [ ! -f "$mcu_cfg" ]; then
|
|||
fi
|
||||
|
||||
|
||||
# Lese aktuell eingestellte MCU aus
|
||||
mcu=`cat "$mcu_cfg"`
|
||||
|
||||
|
||||
# frage Nutzer nach MCU von diesem Arbeitsplatz
|
||||
msg "Wichtiger Hinweis: atmega1284p ist nicht gleich atmega1284"
|
||||
out "Bitte geben Sie die MCU für diesen Arbeitsplatz an:"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue