mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
autotest: change default board for test_build_options
rather more rpresentative of what people are likely to compile for
This commit is contained in:
parent
1862b5dc27
commit
e59d432281
@ -49,7 +49,7 @@ class TestBuildOptions(object):
|
||||
do_step_disable_in_turn=True,
|
||||
do_step_enable_in_turn=True,
|
||||
build_targets=None,
|
||||
board="DevEBoxH7v2",
|
||||
board="CubeOrange", # DevEBoxH7v2 also works
|
||||
extra_hwdef=None):
|
||||
self.extra_hwdef = extra_hwdef
|
||||
self.sizes_nothing_disabled = None
|
||||
|
Loading…
Reference in New Issue
Block a user