...
This commit is contained in:
@@ -158,12 +158,14 @@ Asibfm700Mount::error_t Asibfm700Mount::initMount()
|
||||
|
||||
logInfo("ERFA engine initialization ...");
|
||||
|
||||
|
||||
// set ERFA state
|
||||
Asibfm700CCTE::engine_state_t ccte_state{.meteo{},
|
||||
.wavelength = _mountConfig.refractWavelength(),
|
||||
.lat = _mountConfig.siteLatitude(),
|
||||
.lon = _mountConfig.siteLongitude(),
|
||||
.elev = _mountConfig.siteElevation()};
|
||||
Asibfm700CCTE::engine_state_t ccte_state{
|
||||
.meteo = Asibfm700CCTE::_currentState.meteo, // just use of previous values
|
||||
.wavelength = _mountConfig.refractWavelength(),
|
||||
.lat = _mountConfig.siteLatitude(),
|
||||
.lon = _mountConfig.siteLongitude(),
|
||||
.elev = _mountConfig.siteElevation()};
|
||||
|
||||
|
||||
if (_mountConfig.leapSecondFilename().size()) { // load leap seconds file
|
||||
|
||||
Reference in New Issue
Block a user