diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2020-07-27 09:52:30 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2020-07-27 09:52:30 -0400 |
commit | 188ba0eb92a6961059fd9052130806b0bc2f5e23 (patch) | |
tree | 5724bc0df7acaec4c09c59fa95eb1610cb729833 /flash.c | |
parent | 4ce3a41b8a9c1cbc8db34b6d98c0417b291a3cf1 (diff) |
add support for new jig pin on keypad 104G
Diffstat (limited to 'flash.c')
-rw-r--r-- | flash.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -897,6 +897,7 @@ static void initFlashValues(FlashStruct *mem) 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."); + strcpy(mem->jig_error_message,"Jig lid is open. Output off."); /* default PW DACs */ mem->pw_dac[0]=2; /* channel 1: ONLY used for EXTERNAL voltage-controlled PW */ |