Update main_menu.sh

This commit is contained in:
Cyril 2024-06-13 22:08:06 +02:00
parent 3d4dcf1163
commit 220949a9d1

View file

@ -12,6 +12,8 @@ if echo "$get_model" | grep -iq "K1"; then
model="K1"
elif echo "$get_model" | grep -iq "F001"; then
model="3V3"
elif echo "$get_model" | grep -iq "F002"; then
model="3V3"
elif echo "$get_model" | grep -iq "F005"; then
model="3KE"
elif echo "$get_model" | grep -iq "F003"; then