Rev 1812 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1812 | Rev 1813 | ||
---|---|---|---|
Line -... | Line 1... | ||
- | 1 | /****************************************************************************************************************** |
|
- | 2 | V0.80b-Arthur-P 2010-12-18 |
|
- | 3 | ------------------------------------------------------------------------------------------------------------------ |
|
- | 4 | Version includes only support for external HEF4017 for FC1.x hardware, NOT for Twi2Ppm converters for ESCs. |
|
- | 5 | 2010-12-18 Modified to show branch version in MKTool window. |
|
- | 6 | ******************************************************************************************************************/ |
|
1 | // ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
7 | // ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
2 | // + Copyright (c) Holger Buss, Ingo Busker |
8 | // + Copyright (c) Holger Buss, Ingo Busker |
3 | // + only for non-profit use |
9 | // + only for non-profit use |
4 | // + www.MikroKopter.com |
10 | // + www.MikroKopter.com |
5 | // + porting the sources to other systems or using the software on other systems (except hardware from www.mikrokopter.de) is not allowed |
11 | // + porting the sources to other systems or using the software on other systems (except hardware from www.mikrokopter.de) is not allowed |
Line 43... | Line 49... | ||
43 | 49 | ||
44 | switch(MenuePunkt) |
50 | switch(MenuePunkt) |
45 | { |
51 | { |
46 | case 0: |
52 | case 0: |
- | 53 | LCD_printfxy(0,0,"+ MikroKopter +"); |
|
- | 54 | /****************************************************************************************************************** |
|
- | 55 | Arthur P: Modified next line to show branch version name in MKTool window. |
|
47 | LCD_printfxy(0,0,"+ MikroKopter +"); |
56 | ******************************************************************************************************************/ |
- | 57 | LCD_printfxy(0,1,"HW:V%d.%d SW:%d.%d%c-Arthur-P",PlatinenVersion/10,PlatinenVersion%10, VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH +'a'); |
|
- | 58 | /****************************************************************************************************************** |
|
- | 59 | Arthur P: End of changes to menu.c. |
|
48 | LCD_printfxy(0,1,"HW:V%d.%d SW:%d.%d%c",PlatinenVersion/10,PlatinenVersion%10, VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH +'a'); |
60 | ******************************************************************************************************************/ |
49 | LCD_printfxy(0,2,"Setting:%d %s", GetActiveParamSet(),Mixer.Name); |
61 | LCD_printfxy(0,2,"Setting:%d %s", GetActiveParamSet(),Mixer.Name); |
50 | if(VersionInfo.HardwareError[0]) LCD_printfxy(0,3,"Hardware Error 1:%d !!",VersionInfo.HardwareError[0]) |
62 | if(VersionInfo.HardwareError[0]) LCD_printfxy(0,3,"Hardware Error 1:%d !!",VersionInfo.HardwareError[0]) |
51 | else |
63 | else |
52 | if(MissingMotor) LCD_printfxy(0,3,"Missing BL-Ctrl:%d!!",MissingMotor) |
64 | if(MissingMotor) LCD_printfxy(0,3,"Missing BL-Ctrl:%d!!",MissingMotor) |