ArduPilot / MissionPlanner

Mission Planner Ground Control Station for ArduPilot (c# .net)
http://ardupilot.org/planner/
GNU General Public License v3.0
1.8k stars 2.42k forks source link

MainV2: remove periph version checking at connect #3418

Closed robertlong13 closed 1 month ago

robertlong13 commented 2 months ago

CAN_FORWARD requests are not always safe to perform, e.g., if there is more traffic on the bus than the telemetry link can handle. We should only forward CAN messages if the user has explicitly asked for it by going to the DroneCAN setup tab.

Addresses #3417