Subversion Repositories FlightCtrl

Rev

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

Rev 722 Rev 735
Line 82... Line 82...
82
 
82
 
83
  switch(MenuItem)
83
  switch(MenuItem)
84
  {
84
  {
85
    case 0:// Version Info Menu Item
85
    case 0:// Version Info Menu Item
86
           LCD_printfxy(0,0,"+ MikroKopter +");
86
           LCD_printfxy(0,0,"+ MikroKopter +");
87
           LCD_printfxy(0,1,"HW:V%d.%d SW:%d.%d%c",BoardRelease/10,BoardRelease%10,VERSION_HAUPTVERSION, VERSION_NEBENVERSION,VERSION_INDEX+'a');
87
           LCD_printfxy(0,1,"HW:V%d.%d SW:%d.%d%c",BoardRelease/10,BoardRelease%10,VERSION_MAJOR, VERSION_MINOR,VERSION_INDEX+'a');
88
           LCD_printfxy(0,2,"Setting: %d ", GetActiveParamSet());
88
           LCD_printfxy(0,2,"Setting: %d ", GetActiveParamSet());
89
           LCD_printfxy(0,3,"(c) Holger Buss");
89
           LCD_printfxy(0,3,"(c) Holger Buss");
90
           break;
90
           break;
91
    case 1:// Hight Control Menu Item
91
    case 1:// Hight Control Menu Item