Subversion Repositories FlightCtrl

Rev

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

Rev 2537 Rev 2540
Line 215... Line 215...
215
          if(!EE_Parameter.Driftkomp) EE_Parameter.Driftkomp = 6; // enables the Gyro-Drift compensation to make sure that a litlte calibration error won't effect the attitude                                   
215
          if(!EE_Parameter.Driftkomp) EE_Parameter.Driftkomp = 6; // enables the Gyro-Drift compensation to make sure that a litlte calibration error won't effect the attitude                                   
216
          JetiBox_printfxy(0,0,"ACC  N=%3i R=%3i",NeutralAccX,NeutralAccY);
216
          JetiBox_printfxy(0,0,"ACC  N=%3i R=%3i",NeutralAccX,NeutralAccY);
217
          if(ChannelNick || ChannelRoll)
217
          if(ChannelNick || ChannelRoll)
218
                                        JetiBox_printfxy(0,1,"Stick! (%i/%i)",ChannelNick,ChannelRoll)
218
                                        JetiBox_printfxy(0,1,"Stick! (%i/%i)",ChannelNick,ChannelRoll)
219
          else                             //0123456789ABCDEF
219
          else                             //0123456789ABCDEF
220
          if(changed)   JetiBox_printfxy(0,1,"land to safe    ")
220
          if(changed)   JetiBox_printfxy(0,1,"land to save    ")
221
          else                  JetiBox_printfxy(0,1,"use keys now    ")
221
          else                  JetiBox_printfxy(0,1,"use keys now    ")
Line 222... Line 222...
222
       
222
       
223
          if(key== JETIBOX_KEY_UP   )  {NeutralAccX++;JetiBeep=130; changed = 1;}
223
          if(key== JETIBOX_KEY_UP   )  {NeutralAccX++;JetiBeep=130; changed = 1;}
224
          if(key== JETIBOX_KEY_DOWN )  {NeutralAccX--;JetiBeep=130; changed = 1;}
224
          if(key== JETIBOX_KEY_DOWN )  {NeutralAccX--;JetiBeep=130; changed = 1;}
Line 233... Line 233...
233
 
233
 
234
                 if(changed == 0) JetiBox_printfxy(0,1,"Fly with GPS off")
234
                 if(changed == 0) JetiBox_printfxy(0,1,"Fly with GPS off")
235
                 else
235
                 else
236
                 if(changed == 1)
236
                 if(changed == 1)
237
                   {
237
                   {
238
                          JetiBox_printfxy(0,1,"       safe -->")
238
                          JetiBox_printfxy(0,1,"       save -->")
239
                    if(key== JETIBOX_KEY_RIGHT)
239
                    if(key== JETIBOX_KEY_RIGHT)
240
                         {
240
                         {
241
                          StoreNeutralToEeprom();
241
                          StoreNeutralToEeprom();
242
                          JetiBeep = 130;
242
                          JetiBeep = 130;