diff options
Diffstat (limited to 'flash.c')
-rw-r--r-- | flash.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 */ |