Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix connection issues for EDU #168

Merged
merged 2 commits into from
Jan 2, 2023
Merged

Conversation

IEEERoboticsWSU
Copy link
Contributor

While removing the client bind code works for the normal tello it causes connection issues for the EDU

Client socket is never bound to receiving port to receive drone replies;
This causes DJITelloPy to not be able to reconnect after running a
script once. By binding it, the drone is able to reconnect without
issue.

This was adopted from my other branch,
[LightDJITelloPy](https://github.com/Desperationis/LightDJITelloPy).
@M4GNV5 M4GNV5 merged commit 8722a16 into damiafuentes:master Jan 2, 2023
@M4GNV5 M4GNV5 mentioned this pull request Jan 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants