mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 19:07:45 +08:00
fix(boards): remove default SYS_AUTOSTART from generic autopilot boards (#27052)
These are generic flight controller boards (not drone-specific products), so they should not come with a pre-selected airframe like every other PX4 board. Drop the SYS_AUTOSTART default, matching the convention used across the rest of the tree. Drone-specific products (bitcraze/crazyflie, atl/mantis-edu) retain their default airframe.
This commit is contained in:
@@ -3,9 +3,6 @@
|
||||
# Flywoo GNF405 board specific defaults
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
# default airframe quadrotor
|
||||
param set-default SYS_AUTOSTART 4001
|
||||
|
||||
# system_power unavailable
|
||||
param set-default CBRK_SUPPLY_CHK 894281
|
||||
|
||||
|
||||
Reference in New Issue
Block a user