Subversion Repositories FlightCtrl

Rev

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

Rev 2112 Rev 2158
Line 78... Line 78...
78
    LCD_printfxy(
78
    LCD_printfxy(
79
        0,
79
        0,
80
        1,
80
        1,
81
        "HW:V%d.%d SW:%d.%d%c",
81
        "HW:V%d.%d SW:%d.%d%c",
82
        boardRelease/10, boardRelease%10, VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH+'a');
82
        boardRelease/10, boardRelease%10, VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH+'a');
83
    LCD_printfxy(0, 2, "Setting: %d %s", getActiveParamSet(), mixerMatrix.name);
83
    LCD_printfxy(0, 2, "Setting: %d %s", getActiveParamSet(), motorMixer.name);
84
    if (I2CTimeout < 6) {
84
    if (I2CTimeout < 6) {
85
      LCD_printfxy(0, 3, "I2C Error!!!");
85
      LCD_printfxy(0, 3, "I2C Error!!!");
86
    } else if (missingMotor) {
86
    } else if (missingMotor) {
87
      LCD_printfxy(0, 3, "Missing BL-Ctrl:%d", missingMotor);
87
      LCD_printfxy(0, 3, "Missing BL-Ctrl:%d", missingMotor);
88
    } else
88
    } else