This commit is contained in:
2025-09-22 17:46:52 +03:00
parent 1a4d998141
commit fedc324410
4 changed files with 24 additions and 6 deletions

View File

@@ -105,6 +105,10 @@ struct Asibfm700MountConfigFileDefailts {
std::string pzMinAltitude{"10.0"}; // minimal altitude in degrees
std::string pzLimitSwitchHAMin{""}; // HA-axis limit switch minimal value
std::string pzLimitSwitchHAMaz{""}; // HA-axis limit switch maximal value
// hardware
std::string hwMaxRateHA{""}; // maximal moving rate along HA-axis (Y-axis of Sidereal servo microcontroller)
std::string hwMaxRateDEC{""}; // maximal moving rate along DEC-axis (X-axis of Sidereal servo microcontroller)
};
} // namespace asibfm700