diff --git a/.gitignore b/.gitignore index 5b9023a..4209612 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ current +startup_display.txt diff --git a/README.md b/README.md index bb15b50..3fe4161 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Linux Box installtion tools +# Linux Box installation tools The APU is a Linux box to be used as a control box at LIN sample environment diff --git a/display.py b/display.py index bc4a69a..a81cf31 100644 --- a/display.py +++ b/display.py @@ -7,7 +7,7 @@ import threading # display tty device tty = '/dev/ttyS1' -STARTUP_TEXT = '/home/l_samenv/installtools/startup_display.txt' +STARTUP_TEXT = '/home/l_samenv/boxtools/startup_display.txt' ESC = 0x1b ESCESC = bytes((ESC, ESC))