From 0744c2015b73fa6319cb486fca79cc2c83373985 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 1 Jan 1970 09:37:39 +0900 Subject: show FW version and controller type (BB or OL) at startup --- instr-daemon.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'instr-daemon.c') diff --git a/instr-daemon.c b/instr-daemon.c index 4fc55b0..63bc161 100644 --- a/instr-daemon.c +++ b/instr-daemon.c @@ -232,9 +232,10 @@ int main(int argc, char **argv) initFlash (&globals.Flash, FALSE, 0); - gchar *message = g_strdup_printf ("%s, S/N %s, GPIB addr %d. Allow 60sec power-off period between power-ups.", + gchar *message = g_strdup_printf ("%s, S/N %s, FW %s, GPIB addr %d. Avtech Electrosystems Ltd.", globals.Flash.model_num, globals.Flash.serial_num, + globals.HWDetect.firmware, globals.Flash.gpib_address); LCD_display_extended_message (message, FALSE, FALSE); g_free (message); -- cgit