Browse Source
If 2 or more vehicle_command are queued a call to update() will return the oldest vehicle_command and set the _cmd_time to the timestamp of the last vehicle_command queued losing it. Using update_if_changed() fix this causing all item being consumed one at each call of send().sbg
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue