Subversion Repositories FlightCtrl

Rev

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

Rev 430 Rev 431
Line 127... Line 127...
127
   
127
   
128
        printf("\n\rFlightControl V%d.%d ", VERSION_HAUPTVERSION, VERSION_NEBENVERSION);
128
        printf("\n\rFlightControl V%d.%d ", VERSION_HAUPTVERSION, VERSION_NEBENVERSION);
129
        printf("\n\r==============================");
129
        printf("\n\r==============================");
Line 130... Line 130...
130
        GRN_ON;
130
        GRN_ON;
131
 
131
 
132
    if(eeprom_read_byte(&EEPromArray[EEPROM_ADR_VALID]) != 60) // seit V 0.60 
132
    if(eeprom_read_byte(&EEPromArray[EEPROM_ADR_VALID]) != 10) // seit V 0.60 
133
        {
133
        {
134
          printf("\n\rInit. EEPROM: Generiere Default-Parameter...");
134
          printf("\n\rInit. EEPROM: Generiere Default-Parameter...");
135
          DefaultKonstanten1();
135
          DefaultKonstanten1();