Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Software Defined Radio
r0tor
Commits
4692f36e
Commit
4692f36e
authored
Mar 04, 2019
by
Markus
Browse files
Fix break tightening after turning
parent
9245997a
Changes
1
Hide whitespace changes
Inline
Side-by-side
shackremote_arduino/rotor.cpp
View file @
4692f36e
...
...
@@ -109,7 +109,7 @@ void CRotor::doRotor()
}
}
if
(
!
m_bAzimuth
Should
Rotat
e
&&
!
m_bElevation
Should
Rotat
e
)
{
if
(
!
m_bAzimuth
Currently
Rotat
ing
&&
!
m_bElevation
Currently
Rotat
ing
)
{
tightenBreakAzimuth
();
tightenBreakElevation
();
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment