Hello Tello Pilot!
Join our DJI Tello community & remove this banner.
Sign up

Recent content by alexaminar

  1. A

    Sending a stream of commands without time.sleep

    Python sleep() will pause for an hour, day or whatever if given the proper value. It does not allow other processes take place (in same script) however. A better way is to use an event which will create an event on timeout.