MCPcopy
hub / github.com/dronesploit/dronesploit / run

Method run

dronesploit/_src/modules/command/dji/tello.py:54–56  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

52class GetSysInfo(TelloModule):
53 """ Get system information from the target Tello. """
54 def run(self):
55 self._send_udp_command("temp?")
56 print_formatted_text(self._last_cmd_resp)
57
58
59class Land(TelloModule):

Callers

nothing calls this directly

Calls 1

_send_udp_commandMethod · 0.80

Tested by

no test coverage detected