From 220949a9d17854cb97d927db40a8d0f90cac754a Mon Sep 17 00:00:00 2001 From: Cyril Date: Thu, 13 Jun 2024 22:08:06 +0200 Subject: [PATCH] Update main_menu.sh --- scripts/menu/main_menu.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/menu/main_menu.sh b/scripts/menu/main_menu.sh index 7c71771..7421409 100755 --- a/scripts/menu/main_menu.sh +++ b/scripts/menu/main_menu.sh @@ -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