summaryrefslogtreecommitdiff
path: root/flash.c
diff options
context:
space:
mode:
authorMichael J. Chudobiak <mjc@avtechpulse.com>2023-11-10 15:35:52 -0500
committerMichael J. Chudobiak <mjc@avtechpulse.com>2023-11-10 15:35:52 -0500
commit0a35518a74e55a03481fa20050ec20865bc35aea (patch)
treee25463c3f226d5b21c5708e22b582a1f95174fe7 /flash.c
parentf6c4baf7a1d013ac7e72b8488be05611a6d0fb1b (diff)
add an amplitude settling time for SN 14256 repair and future units
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 c3bb0aa..898efe9 100644
--- a/flash.c
+++ b/flash.c
@@ -895,6 +895,7 @@ static void initFlashValues(FlashStruct *mem)
mem->relay_delay_in_sec=0.5;
mem->extended_relay_delay_in_sec=0.5;
+ mem->amplitude_settling_time=0.3;
strcpy(mem->aux_error_message,"PRF too high! Output disabled.");
strcpy(mem->ot_error_message,"Over-heating problem. Output off.");