mirror of
https://github.com/apirrone/Open_Duck_Mini_Runtime.git
synced 2025-09-03 03:33:54 +00:00
trying to fix antennas twitching
This commit is contained in:
parent
3858e1c5a2
commit
8460d913ec
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ class Antennas:
|
||||||
print("set")
|
print("set")
|
||||||
self.pwm1.ChangeDutyCycle(7)
|
self.pwm1.ChangeDutyCycle(7)
|
||||||
self.pwm1_set = True
|
self.pwm1_set = True
|
||||||
elif servo == 2 and not self.pwm2_set:
|
if servo == 2 and not self.pwm2_set:
|
||||||
print("set")
|
print("set")
|
||||||
self.pwm2.ChangeDutyCycle(7)
|
self.pwm2.ChangeDutyCycle(7)
|
||||||
self.pwm2_set = True
|
self.pwm2_set = True
|
||||||
|
|
Loading…
Reference in a new issue