robagar / tello-asyncio

A library for controlling and interacting with the Tello EDU drone using modern asynchronous Python.
GNU Lesser General Public License v2.1
25 stars 5 forks source link

Example mission_pad.py has wrong name for mission pad id #3

Closed jsolderitsch closed 3 years ago

jsolderitsch commented 3 years ago

The code uses the name:

mission_pad_id

It should just be:

mission_pad

Other examples do not use id as part of the name and dropping the id suffix allows this code to work.

robagar commented 3 years ago

fixed