Subversion Repositories Projects

Rev

Rev 375 | Rev 379 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 375 Rev 377
Line 38... Line 38...
38
#define HUD 1                           // set to 0 to disable HUD by default
38
#define HUD 1                           // set to 0 to disable HUD by default
39
#define ARTHORIZON 0            // set to 1 to enable roll&nick artificial horizon by default
39
#define ARTHORIZON 0            // set to 1 to enable roll&nick artificial horizon by default
40
#define STATS 1                         // set to 1 to enable statistics during motor off by default
40
#define STATS 1                         // set to 1 to enable statistics during motor off by default
41
#define WARNINGS 1                      // set to 1 to display battery+rc warning even if HUD is disabled
41
#define WARNINGS 1                      // set to 1 to display battery+rc warning even if HUD is disabled
Line 42... Line 42...
42
 
42
 
-
 
43
#define UBAT_WRN  94            // voltage for blinking warning, like FC settings
43
#define UBAT_WRN 94                     // voltage for blinking warning, like FC settings
44
#define UBAT_MAX 114            // maximal battery voltage for battery-sign
Line 44... Line 45...
44
#define RCLVL_WRN 100           // make the RC level blink if below this number
45
#define RCLVL_WRN 100           // make the RC level blink if below this number
45
 
46