summaryrefslogtreecommitdiff
path: root/flash.c
diff options
context:
space:
mode:
authorMichael J. Chudobiak <mjc@avtechpulse.com>2020-07-27 09:52:30 -0400
committerMichael J. Chudobiak <mjc@avtechpulse.com>2020-07-27 09:52:30 -0400
commit188ba0eb92a6961059fd9052130806b0bc2f5e23 (patch)
tree5724bc0df7acaec4c09c59fa95eb1610cb729833 /flash.c
parent4ce3a41b8a9c1cbc8db34b6d98c0417b291a3cf1 (diff)
add support for new jig pin on keypad 104G
Diffstat (limited to 'flash.c')
-rw-r--r--flash.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/flash.c b/flash.c
index 3b06b79..a384c90 100644
--- a/flash.c
+++ b/flash.c
@@ -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 */