minor fixes
- type in README.md - startup_display.txt in .gitignore - fix path for startup_Display.txt in display.py
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
current
|
current
|
||||||
|
startup_display.txt
|
||||||
|
@ -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
|
The APU is a Linux box to be used as a control box at LIN sample environment
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ import threading
|
|||||||
|
|
||||||
# display tty device
|
# display tty device
|
||||||
tty = '/dev/ttyS1'
|
tty = '/dev/ttyS1'
|
||||||
STARTUP_TEXT = '/home/l_samenv/installtools/startup_display.txt'
|
STARTUP_TEXT = '/home/l_samenv/boxtools/startup_display.txt'
|
||||||
|
|
||||||
ESC = 0x1b
|
ESC = 0x1b
|
||||||
ESCESC = bytes((ESC, ESC))
|
ESCESC = bytes((ESC, ESC))
|
||||||
|
Reference in New Issue
Block a user