Skip to content

Commit

Permalink
Update limit max to 360 degrees
Browse files Browse the repository at this point in the history
  • Loading branch information
knro committed Jan 20, 2025
1 parent 4aa175e commit 27b0e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/indibase/indirotatorinterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ void RotatorInterface::initProperties(const char *groupName)


// Rotator Limits
RotatorLimitsNP[0].fill("ROTATOR_LIMITS_VALUE", "Max Range (degrees)", "%.f", 0, 180, 30, 0);
RotatorLimitsNP[0].fill("ROTATOR_LIMITS_VALUE", "Max Range (degrees)", "%.f", 0, 360, 30, 0);
RotatorLimitsNP.fill(m_defaultDevice->getDeviceName(), "ROTATOR_LIMITS", "Limits", groupName, IP_RW, 60, IPS_IDLE);
}

Expand Down

0 comments on commit 27b0e9f

Please sign in to comment.