diff options
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) { |