summaryrefslogtreecommitdiff
path: root/instr-daemon.c
diff options
context:
space:
mode:
Diffstat (limited to 'instr-daemon.c')
-rw-r--r--instr-daemon.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/instr-daemon.c b/instr-daemon.c
index c2992fc..c850c2f 100644
--- a/instr-daemon.c
+++ b/instr-daemon.c
@@ -342,6 +342,8 @@ static gboolean periodic_poll (void)
}
LCD_clear();
+ LCD_write(0,0,"PWR: If frozen >10sec, turn off 1min &");
+ LCD_write(1,0,"try again.");
// use plain old open to avoid any buffering etc
int enablefd = open("/proc/sys/kernel/sysrq", O_SYNC | O_RDWR);