Rev 426 | Rev 434 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 426 | Rev 430 | ||
---|---|---|---|
Line 198... | Line 198... | ||
198 | if(((UBat < Zellenzahl * CELLUNDERVOLTAGE)||(UBat < 74)) && (PowerOn >= 100)) |
198 | if(((UBat < Zellenzahl * CELLUNDERVOLTAGE)||(UBat < 74)) && (PowerOn >= 100)) |
199 | { // sound for low battery |
199 | { // sound for low battery |
200 | BeepModulation = 0x0300; |
200 | BeepModulation = 0x0300; |
201 | if(!BeepTime) |
201 | if(!BeepTime) |
202 | { |
202 | { |
203 | //BeepTime = 6000; // 0.6 seconds |
203 | BeepTime = 6000; // 0.6 seconds |
204 | } |
204 | } |
205 | Error |= ERROR_LOW_BAT; |
205 | Error |= ERROR_LOW_BAT; |
206 | } |
206 | } |
207 | else |
207 | else |
208 | { |
208 | { |