Rev 953 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 953 | Rev 954 | ||
---|---|---|---|
Line 282... | Line 282... | ||
282 | 282 | ||
283 | if(CheckDelay(timer)) |
283 | if(CheckDelay(timer)) |
284 | { |
284 | { |
285 | if(UBat < ParamSet.LowVoltageWarning) |
285 | if(UBat < ParamSet.LowVoltageWarning) |
286 | { |
286 | { |
287 | BeepModulation == 0x0300; |
287 | BeepModulation = 0x0300; |
288 | if(!BeepTime ) |
288 | if(!BeepTime ) |
289 | { |
289 | { |
290 | BeepTime = 6000; // 0.6 seconds |
290 | BeepTime = 6000; // 0.6 seconds |
291 | } |
291 | } |