From 6dd6772dc72dde0e1412ace800931c1117eadbba Mon Sep 17 00:00:00 2001 From: Mike Date: Sat, 1 Jan 2000 00:35:22 +0900 Subject: added ability to increase output-on delay --- flash.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'flash.c') diff --git a/flash.c b/flash.c index 21bfa79..92a5370 100644 --- a/flash.c +++ b/flash.c @@ -477,6 +477,8 @@ static void initFlashValues(FlashStruct *mem) mem->ampl_ranges_for_ch2_only=0; + mem->output_on_delay=DEFAULT_OUTPUT_ON_DELAY; // 0.8 seconds + mem->ChanKey_frequency=0; mem->ChanKey_delay=0; mem->ChanKey_pw=0; -- cgit