mirror of
https://github.com/damiafuentes/DJITelloPy.git
synced 2024-10-25 03:27:46 +03:00
🐛 set is_flying to True when initiating a throw takeoff (ref #134)
This commit is contained in:
@@ -554,6 +554,7 @@ class Tello:
|
||||
"""Allows you to take off by throwing your drone within 5 seconds of this command
|
||||
"""
|
||||
self.send_control_command("throwfly")
|
||||
self.is_flying = True
|
||||
|
||||
def takeoff(self):
|
||||
"""Automatic takeoff.
|
||||
|
||||
Reference in New Issue
Block a user