This commit is contained in:
deckensteuerung
2018-09-10 19:14:05 +02:00
parent 4bb046cffc
commit 937733d50e
3 changed files with 5 additions and 5 deletions

View File

@@ -1,14 +1,14 @@
import logging
#width
ScreenX = 24
ScreenX = 48
#height
ScreenY = 40
Serial = "/dev/ttyACM0"
# kills app after some seconds if it sends no data
NoDataTimeout = 20
NoDataTimeout = 40
LogLevel = logging.DEBUG