MissionPlanner icon indicating copy to clipboard operation
MissionPlanner copied to clipboard

Add error checking around ping squawk value to avoid lockup

Open rmackay9 opened this issue 2 years ago • 1 comments

We have a report that MP locksup if and ADSB ping's "squawk" value is set to be out of range (e.g. 1200 and 7777). We should add better error checking around what the user sets this to to avoid the lockup.

rmackay9 avatar Nov 22 '23 00:11 rmackay9

root cause is message mavlink_uavionix_adsb_out_status_t is sending xpdr_mode_A_squawk_code = status.squawk; as 10110

which is out or range from 7777 to 1200

meee1 avatar Nov 22 '23 00:11 meee1