Rev 1829 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1829 | Rev 1833 | ||
---|---|---|---|
Line 357... | Line 357... | ||
357 | GPS_Roll = 0; |
357 | GPS_Roll = 0; |
358 | //if(!beeptime) |
358 | //if(!beeptime) |
359 | FromNaviCtrl.CompassValue = -1; |
359 | FromNaviCtrl.CompassValue = -1; |
360 | NaviDataOkay = 0; |
360 | NaviDataOkay = 0; |
361 | } |
361 | } |
362 | if((UBat < BattLowVoltageWarning)||((Capacity.RemainCapacity<=0)&&(EE_Parameter.UserParam1!=0))) //Modified by metro |
362 | if(UBat < BattLowVoltageWarning) |
363 | { |
363 | { |
364 | FC_StatusFlags |= FC_STATUS_LOWBAT; |
364 | FC_StatusFlags |= FC_STATUS_LOWBAT; |
365 | if(BeepMuster == 0xffff) |
365 | if(BeepMuster == 0xffff) |
366 | { |
366 | { |
367 | beeptime = 6000; |
367 | beeptime = 6000; |