summaryrefslogtreecommitdiff
path: root/instr-daemon.c
diff options
context:
space:
mode:
Diffstat (limited to 'instr-daemon.c')
-rw-r--r--instr-daemon.c3
1 files changed, 2 insertions, 1 deletions
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);