diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2014-10-28 10:23:07 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2014-10-28 10:23:07 -0400 |
commit | 8c36c3b8b912b9f10361347e801e5be2c7037e8a (patch) | |
tree | 1db26c246021b17453512540ef3b2002ef95c44d /device-functions.c | |
parent | 647018f0e98bc30a80126d1a34fea3e7f8bdab5b (diff) |
add messages about 60 second reset period
Diffstat (limited to 'device-functions.c')
-rw-r--r-- | device-functions.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/device-functions.c b/device-functions.c index 879ae73..c122542 100644 --- a/device-functions.c +++ b/device-functions.c @@ -3836,6 +3836,10 @@ int do_full_self_cal(CalStruct *caldata) string = g_strdup_printf ("Typical run time: %d min, %d sec.", globals.Flash.self_cal_typical_time_min, globals.Flash.self_cal_typical_time_sec); LCD_write(1,0,string); g_free (string); + /*0123456789012345678901234567890123456789*/ + string = g_strdup_printf ("To skip, power off 60sec, then power on."); + LCD_write(1,0,string); + g_free (string); while ((sec_timer() - globals.Timers.startup_timer_value) < (long)globals.Flash.self_cal_pause) { /*0123456789012345678901234567890123456789*/ |