diff --git a/boards/modalai/voxl2/target/voxl-px4-start b/boards/modalai/voxl2/target/voxl-px4-start index 66dfa194e5..70d65af584 100755 --- a/boards/modalai/voxl2/target/voxl-px4-start +++ b/boards/modalai/voxl2/target/voxl-px4-start @@ -62,6 +62,10 @@ param select /data/px4/param/parameters # Load in all of the parameters that have been saved in the file param load +# This was the default pre-v1.16.0 and for folks relying on that +# we set it up here +param set-default EKF2_EV_CTRL 15 + # IMU (accelerometer / gyroscope) if [ "$PLATFORM" == "M0104" ]; then /bin/echo "Starting IMU driver with rotation 12"