mirror of
https://github.com/damiafuentes/DJITelloPy.git
synced 2024-10-25 03:27:46 +03:00
formatting
This commit is contained in:
@@ -22,6 +22,7 @@ client_socket: socket.socket
|
||||
class TelloException(Exception):
|
||||
pass
|
||||
|
||||
|
||||
@enforce_types
|
||||
class Tello:
|
||||
"""Python wrapper to interact with the Ryze Tello drone using the official Tello api.
|
||||
@@ -544,8 +545,6 @@ class Tello:
|
||||
if not self.get_current_state():
|
||||
raise TelloException('Did not receive a state packet from the Tello')
|
||||
|
||||
# self.change_vs_udp(self.vs_udp_port)
|
||||
|
||||
def send_keepalive(self):
|
||||
"""Send a keepalive packet to prevent the drone from landing after 15s
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user