From efca4799e5dbb52fed6963b88d8c73e59b42e123 Mon Sep 17 00:00:00 2001 From: Mike Date: Sat, 1 Jan 2000 00:15:51 +0900 Subject: make all aux error messages configurable --- flash.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'flash.c') diff --git a/flash.c b/flash.c index bff0caa..05bd0ed 100644 --- a/flash.c +++ b/flash.c @@ -899,7 +899,8 @@ static void initFlashValues(FlashStruct *mem) mem->extended_relay_delay_in_sec=0.5; strcpy(mem->aux_error_message,"PRF too high! Output disabled."); - + strcpy(mem->ot_error_message,"Over-heating problem. Output off."); + strcpy(mem->ov_error_message,"Over-voltage/over-current. Output off."); /* default PW DACs */ mem->pw_dac[0]=2; /* channel 1: ONLY used for EXTERNAL voltage-controlled PW */ -- cgit