mirror of
https://github.com/km4ack/pi-display
synced 2026-08-13 17:58:24 -04:00
add version number
This commit is contained in:
parent
5f52463030
commit
daccd277ee
1 changed files with 4 additions and 2 deletions
|
|
@ -3,6 +3,8 @@
|
|||
#script to display links, pics, pdf file, etc in a browser
|
||||
#km4ack 10AUGUST2022
|
||||
|
||||
version=1
|
||||
|
||||
#get current directory
|
||||
MYPATH="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)"
|
||||
|
||||
|
|
@ -12,7 +14,7 @@ FILE=$MYPATH/links
|
|||
#Set kiosk mode ON/OFF. Use capital letters
|
||||
KIOSK=OFF
|
||||
#Check for GPS weather reports in your Pat Inbox? YES/NO
|
||||
WEATHER_CHECK=YES
|
||||
WEATHER_CHECK=NO
|
||||
|
||||
HEADER(){
|
||||
clear;echo;echo
|
||||
|
|
@ -101,4 +103,4 @@ fi
|
|||
#This will run the main function in an infinate loop
|
||||
while true; do
|
||||
DISPLAY
|
||||
done
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue