Rev 659 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 659 | Rev 666 | ||
---|---|---|---|
Line 181... | Line 181... | ||
181 | case 0:// Version Info Menu Item |
181 | case 0:// Version Info Menu Item |
182 | - LCD_printfxy(0,0,"+ MikroKopter +"); |
182 | - LCD_printfxy(0,0,"+ MikroKopter +"); |
183 | - LCD_printfxy(0,1,"HW:V%d.%d SW:%d.%d%c",BoardRelease/10,BoardRelease%10,VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH+'a'); |
183 | - LCD_printfxy(0,1,"HW:V%d.%d SW:%d.%d%c",BoardRelease/10,BoardRelease%10,VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH+'a'); |
184 | - LCD_printfxy(0,2,"Setting: %d %s", GetActiveParamSet(), Mixer.Name); |
184 | - LCD_printfxy(0,2,"Setting: %d %s", GetActiveParamSet(), Mixer.Name); |
185 | + LCD_printfxy(0,0,"MK ==VIBR TEST=="); |
185 | + LCD_printfxy(0,0,"MK ==VIBR TEST=="); |
186 | + LCD_printfxy(0,1," v0.9 RC4 "); |
186 | + LCD_printfxy(0,1," v1.0 "); |
187 | + LCD_printfxy(0,2,"HW:V%d.%d SW:%d.%d%c",BoardRelease/10,BoardRelease%10,VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH+'a'); |
187 | + LCD_printfxy(0,2,"HW:V%d.%d SW:%d.%d%c",BoardRelease/10,BoardRelease%10,VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH+'a'); |
188 | + //LCD_printfxy(0,2,"Setting: %d %s", GetActiveParamSet(), Mixer.Name); |
188 | + //LCD_printfxy(0,2,"Setting: %d %s", GetActiveParamSet(), Mixer.Name); |
189 | if(I2CTimeout < 6) |
189 | if(I2CTimeout < 6) |
190 | { |
190 | { |
191 | LCD_printfxy(0,3,"I2C Error!!!"); |
191 | LCD_printfxy(0,3,"I2C Error!!!"); |