diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2023-11-10 15:35:52 -0500 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2023-11-10 15:35:52 -0500 |
commit | 0a35518a74e55a03481fa20050ec20865bc35aea (patch) | |
tree | e25463c3f226d5b21c5708e22b582a1f95174fe7 /flash.c | |
parent | f6c4baf7a1d013ac7e72b8488be05611a6d0fb1b (diff) |
add an amplitude settling time for SN 14256 repair and future units
Diffstat (limited to 'flash.c')
-rw-r--r-- | flash.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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."); |