mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-29 04:52:32 +02:00
make main menu bigger
This commit is contained in:
@@ -15,9 +15,9 @@ source ${configFile}
|
|||||||
localip=$(ip addr | grep 'state UP' -A2 | tail -n1 | awk '{print $2}' | cut -f1 -d'/')
|
localip=$(ip addr | grep 'state UP' -A2 | tail -n1 | awk '{print $2}' | cut -f1 -d'/')
|
||||||
|
|
||||||
# BASIC MENU INFO
|
# BASIC MENU INFO
|
||||||
HEIGHT=15
|
HEIGHT=17
|
||||||
WIDTH=64
|
WIDTH=64
|
||||||
CHOICE_HEIGHT=7
|
CHOICE_HEIGHT=9
|
||||||
BACKTITLE="RaspiBlitz"
|
BACKTITLE="RaspiBlitz"
|
||||||
TITLE=""
|
TITLE=""
|
||||||
MENU="Choose one of the following options:"
|
MENU="Choose one of the following options:"
|
||||||
|
Reference in New Issue
Block a user