diff options
author | root <root@avtech.domain.avtechpulse.com> | 1970-01-01 09:14:14 +0900 |
---|---|---|
committer | root <root@avtech.domain.avtechpulse.com> | 1970-01-01 09:14:14 +0900 |
commit | 311c8347df254cc6d321c4c01a35fe2960b242d5 (patch) | |
tree | 2e373c40421cad91fb090ad1da1e0adf5f488f94 /parser.c | |
parent | 3b44463ab4521ed3219a3f9cf131d8aa5e6db602 (diff) |
hide delay feature on AVR-EBT1-B by setting max_delay to 0.0
Diffstat (limited to 'parser.c')
-rw-r--r-- | parser.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1977,6 +1977,10 @@ static int Go_delay_39(gchar** response, int channel, char *parameter,char *unit return status; } + if (!(globals.Flash.max_delay[channel]>0.0)) { + return Unrecognized; + } + new_delay=1.0; switch (command_type) { |