Skip to content

Releases: robagar/tello-asyncio

2.1.3

28 Apr 08:34
Compare
Choose a tag to compare
  • Various SDK 3.0 fixes (thanks @jdelfino!)
  • Handle "forced stop" message which arrives out of sequence

2.1.2

31 Jul 14:42
Compare
Choose a tag to compare
  • don't wait for a response to remote control (rc x x x x) commands

2.1.1

18 Jun 18:01
Compare
Choose a tag to compare
  • Examples ask the user for the WiFi name prefix

2.1.0

18 Jun 10:21
Compare
Choose a tag to compare
  • Wait for Wifi network implemented for macOS as well as Linux
  • Mission pad fixes & example improvement (thanks @jsolderitsch!)

2.0.0

04 Jun 10:23
Compare
Choose a tag to compare
  • Tello SDK 3.0 support

1.6.0

23 May 10:34
Compare
Choose a tag to compare
  • Drone instance passed to state and video callbacks
  • Wait for WiFi network (Linux only)

1.5.1

16 May 15:16
Compare
Choose a tag to compare

Docs & readme

1.5.0

16 May 11:03
Compare
Choose a tag to compare
  • Python 3.6 support

1.4.1

13 May 07:31
Compare
Choose a tag to compare
  • Video in OpenCV example

1.4.0

11 May 20:53
Compare
Choose a tag to compare
  • Video frame data reassembled properly from UDP packet chunks
  • Working video frame decoding example