-
Notifications
You must be signed in to change notification settings - Fork 679
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mavproxy_param: handle param set requests asynchronously
Stop using pymavlink's mavparm.mavset method as its retry logic is synchronous, meaning MAVProxy stops processing in the main loop in the case there are link issues occuring Creates an internal queue of parameters to send. These are copied into a dictionary which is processed in mavproy_param's idle task.
- Loading branch information
1 parent
919a35e
commit 97b385a
Showing
1 changed file
with
174 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters