Rev 407 | Rev 454 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 407 | Rev 453 | ||
---|---|---|---|
Line 39... | Line 39... | ||
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 BIGVARIO 0 // set to 1 to enable the big vario bar on right side |
40 | #define BIGVARIO 0 // set to 1 to enable the big vario bar on right side |
41 | #define STATS 1 // set to 1 to enable statistics during motor off by default |
41 | #define STATS 1 // set to 1 to enable statistics during motor off by default |
42 | #define WARNINGS 1 // set to 1 to display battery+rc warning even if HUD is disabled |
42 | #define WARNINGS 1 // set to 1 to display battery+rc warning even if HUD is disabled |
Line 43... | Line 43... | ||
43 | 43 | ||
44 | #define UBAT_WRN 94 // voltage for blinking warning, like FC settings |
44 | //#define UBAT_WRN 94 // voltage for blinking warning, like FC settings (deprecated) |
- | 45 | //#define UBAT_MAX 114 // maximal battery voltage for battery-sign (deprecated) |
|
- | 46 | #define CELL_VOLT_MAX 37 // max voltage per battery cell (37 for LiPo) |
|
- | 47 | #define CELL_VOLT_MIN 32 // min voltage per battery cell (maybe 32 for LiPo?) |
|
45 | #define UBAT_MAX 114 // maximal battery voltage for battery-sign |
48 | #define CELL_NUM -1 // -1 for auto, 3 for 3s1p and 4 for 4s1p |
Line 46... | Line 49... | ||
46 | #define RCLVL_WRN 100 // make the RC level blink if below this number |
49 | #define RCLVL_WRN 100 // make the RC level blink if below this number |
47 | 50 |