Added watchdog for hanging apps

This commit is contained in:
deckensteuerung
2018-08-22 18:48:43 +02:00
parent a11294d4f2
commit 629be93221
2 changed files with 35 additions and 4 deletions

View File

@@ -6,6 +6,9 @@ ScreenY = 40
Serial = "/dev/ttyACM0"
# kills app after some seconds if it sends no data
NoDataTimeout = 10
# first app is always running in IDLE
Apps = [
{"name": "pixelflut", "cmd": "apps/idle.py", "permanent": True},