Subversion Repositories NaviCtrl

Rev

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

Rev 819 Rev 865
Line 348... Line 348...
348
        if(abs(LuftdruckTemperaturKompensation) > 250) LuftdruckTemperaturKompensation = 0;
348
        if(abs(LuftdruckTemperaturKompensation) > 250) LuftdruckTemperaturKompensation = 0;
349
  }
349
  }
Line 350... Line 350...
350
 
350
 
351
 NCParams[NCPARAMS_BARO_KOMPENSATION] = LuftdruckTemperaturKompensation;
351
 NCParams[NCPARAMS_BARO_KOMPENSATION] = LuftdruckTemperaturKompensation;
352
 NCParamState[NCPARAMS_BARO_KOMPENSATION] = NCRARAM_STATE_VALID;
352
 NCParamState[NCPARAMS_BARO_KOMPENSATION] = NCRARAM_STATE_VALID;
353
 if(LuftdruckTemperaturKompensation) UART1_PutString("\r\n Baro Temperature Calibration active\r\n");
353
 if(LuftdruckTemperaturKompensation) UART1_PutString(" Baro Temperature Calibration active\r\n");
Line 354... Line 354...
354
}
354
}
355
 
355
 
356
void WriteBaudrateIndexToEEprom(void)
356
void WriteBaudrateIndexToEEprom(void)