summaryrefslogtreecommitdiff
path: root/menus.c
diff options
context:
space:
mode:
authorroot <root@avtech.domain.avtechpulse.com>1970-01-01 09:14:14 +0900
committerroot <root@avtech.domain.avtechpulse.com>1970-01-01 09:14:14 +0900
commit311c8347df254cc6d321c4c01a35fe2960b242d5 (patch)
tree2e373c40421cad91fb090ad1da1e0adf5f488f94 /menus.c
parent3b44463ab4521ed3219a3f9cf131d8aa5e6db602 (diff)
hide delay feature on AVR-EBT1-B by setting max_delay to 0.0
Diffstat (limited to 'menus.c')
-rw-r--r--menus.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/menus.c b/menus.c
index ebf0e78..538819d 100644
--- a/menus.c
+++ b/menus.c
@@ -432,6 +432,7 @@ void Show_Main_Menu(void)
&& (globals.ChannelState[chan].pw_ctrl_mode!=pw_in_out)
&& ((globals.ChannelState[chan].func_mode==pulse_mode_on)
|| (globals.ChannelState[chan].func_mode==dc_mode_on))
+ && (globals.Flash.max_delay[chan]>0.0)
) {
++LCD_entry;
Main_Menu_Structure[LCD_entry]=Submenu1_delay+chan;