From 9ce8474aacf9674911bc21ae735d681d536e85bf Mon Sep 17 00:00:00 2001 From: "Michael J. Chudobiak" Date: Mon, 12 Nov 2012 13:02:43 -0500 Subject: power fail message tweak --- instr-daemon.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/instr-daemon.c b/instr-daemon.c index ea5f2b6..28e3447 100644 --- a/instr-daemon.c +++ b/instr-daemon.c @@ -343,8 +343,9 @@ static gboolean periodic_poll (void) } LCD_clear(); - LCD_write(0,0,"PWR: If frozen >10sec, turn off 1min &"); - LCD_write(1,0,"try again."); + 0123456789012345678901234567890123456789 + LCD_write(0,0,"PWR: Wait 10s. If still frozen, turn"); + LCD_write(1,0,"off 1min & retry."); // use plain old open to avoid any buffering etc int enablefd = open("/proc/sys/kernel/sysrq", O_SYNC | O_RDWR); -- cgit