autotest: added default params for periph

This commit is contained in:
Andrew Tridgell 2023-08-18 07:54:19 +10:00 committed by Peter Barker
parent e3653adea2
commit 9665959e84
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,7 @@
# parameters for SITL peripheral
GPS_TYPE 1
COMPASS_ENABLE 1
BARO_ENABLE 1
ARSPD_TYPE 100
RNGFND1_TYPE 100

View File

@ -419,6 +419,7 @@ class VehicleInfo(object):
"gps": {
"configure_target": "sitl_periph_gps",
"waf_target": "bin/AP_Periph",
"default_params_filename": "default_params/periph.parm",
},
}
},