Added Basic Menu info

This commit is contained in:
Christian Rotzoll 2019-04-16 19:07:13 +01:00
parent c4e7f9e5d0
commit 71be71c721
2 changed files with 8 additions and 3 deletions

View file

@ -11,7 +11,14 @@ infoFile="/home/admin/raspiblitz.info"
source ${infoFile}
source ${configFile}
# Backtitle Info
# BASIC MENU INFO
HEIGHT=13
WIDTH=64
CHOICE_HEIGHT=6
BACKTITLE="RaspiBlitz"
TITLE=""
MENU="Choose one of the following options:"
OPTIONS=()
plus=""
if [ "${runBehindTor}" = "on" ]; then
plus=" / TOR"

View file

@ -120,8 +120,6 @@ fi
## default menu settings
# to fit the main menu without scrolling:
# HEIGHT=23
# CHOICE_HEIGHT=20
HEIGHT=13
WIDTH=64
CHOICE_HEIGHT=6