Bi-monthly INDI Library released with new drivers and bug fixes.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
if (decDeviation > 0)
deviationDirection = kxi18n("%1 too far east");
else
deviationDirection = kxi18n("%1 too far west");
if (azStage == AZ_FINISHED)
{
azError->setText(deviationDirection.subs(QString("%1").arg(fabs(deviation), 0, 'g', 3)).toString());
azDeviation = deviation * (decDeviation > 0 ? 1 : -1);
correctAzB->setEnabled(true);
}
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.