Compare commits

..

No commits in common. "e5bf85eed9f2a4cd5c8ba6c8f6fb01b5c3602011" and "0db20ca4db11ac45a0a26a227c453f8cf10704c0" have entirely different histories.

2 changed files with 5 additions and 7 deletions

View file

@ -8,7 +8,7 @@ from serial.serialutil import SerialException
mapid.load_dotenv()
FIFO = os.environ.get("FIFO")
FIFO = return os.environ.get("FIFO")
def main():

View file

@ -3,13 +3,11 @@
source "$(dirname $0)/.env"
#LINE1='Backup finished!'
#LINE2=''
[ -t /dev/stdin ] && printf "Line 1> "; read LINE1
[ -t /dev/stdin ] && printf "Line 2> "; read LINE2
#FIFO=/tmp/mapid
LINE1='Backup finished!'
LINE2=''
LED_BLINK=".5s"
#DISPLAY_DURATION="4s"
DISPLAY_DURATION="10s"
DISPLAY_DURATION="4s"
if [[ ! -e $FIFO ]]; then