erviveksoni/raspberrypi-controlled-tello

Possible with Wired controller? (Xbox Adaptive controller)

MrMennens opened this issue · 0 comments

Trying to use the Xbox Adaptive Controller wired to a Raspberry pi sitting on my desk.

If trying to use the program it fails at:

File "flytello.py", line 108 async def read_gamepad_inputs(): ^ SyntaxError: invalid syntax

looking at the flytello.py file it states

if str.lower(device.name) == "xbox wireless controller":
is it possible to change this to the wired controller?