Subversion Repositories FlightCtrl

Rev

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

Rev 2336 Rev 2340
Line 250... Line 250...
250
        {
250
        {
251
                FlugMinuten = 0;
251
                FlugMinuten = 0;
252
                FlugMinutenGesamt = 0;
252
                FlugMinutenGesamt = 0;
253
        }
253
        }
254
    printf("\n\rFlight-time %u min Total:%u min", FlugMinuten, FlugMinutenGesamt);
254
    printf("\n\rFlight-time %u min Total:%u min", FlugMinuten, FlugMinutenGesamt);
255
 
-
 
256
    LcdClear();
255
    LcdClear();
257
    I2CTimeout = 5000;
256
    I2CTimeout = 5000;
258
    WinkelOut.Orientation = 1;
257
    WinkelOut.Orientation = 1;
259
    LipoDetection(1);
258
    LipoDetection(1);
260
        LIBFC_ReceiverInit(EE_Parameter.Receiver);
259
        LIBFC_ReceiverInit(EE_Parameter.Receiver);
Line 262... Line 261...
262
        //SpektrumBinding();
261
        //SpektrumBinding();
263
    timer = SetDelay(2000);
262
    timer = SetDelay(2000);
264
        timerPolling = SetDelay(250);
263
        timerPolling = SetDelay(250);
Line 265... Line 264...
265
 
264
 
-
 
265
        Debug(ANSI_CLEAR "FC-Start!\n\rFlugzeit: %d min", FlugMinutenGesamt);   // Note: this won't waste flash memory, if #DEBUG is not active
-
 
266
//printf("\n\rEE_Parameter size:%i\n\r", PARAMSET_STRUCT_LEN);
266
        Debug(ANSI_CLEAR "FC-Start!\n\rFlugzeit: %d min", FlugMinutenGesamt);   // Note: this won't waste flash memory, if #DEBUG is not active
267
 
267
    DebugOut.Status[0] = 0x01 | 0x02;
268
    DebugOut.Status[0] = 0x01 | 0x02;
268
        JetiBeep = 0;
269
        JetiBeep = 0;
269
    if(EE_Parameter.ExtraConfig & CFG_NO_RCOFF_BEEPING)   DisableRcOffBeeping = 1;
270
    if(EE_Parameter.ExtraConfig & CFG_NO_RCOFF_BEEPING)   DisableRcOffBeeping = 1;
270
        EEAR = EE_DUMMY;  // Set the EEPROM Address pointer to an unused space
271
        EEAR = EE_DUMMY;  // Set the EEPROM Address pointer to an unused space