mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-30 15:10:35 +08:00
0b956d9757
Remove the @volatile flag from ASPD_SCALE_1/2/3 so the estimated airspeed scale persists across reboots and can be transferred between vehicles of the same model. The scale is primarily determined by pitot position on the airframe, not the individual sensor. To avoid corrupting the param transfer hash with negligible changes every flight, raise the save threshold from FLT_EPSILON to 3% relative change, per dev-call consensus. Supersedes #22760 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>