You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
435 B
13 lines
435 B
8 years ago
|
#parameters to allow use of indoor loiter with AP_Beacon library and Pozyx running IndoorLoiter2.ino and plugged into Telem2
|
||
|
# Beacon origin set to default SITL location (Australia)
|
||
|
# Beacon type set to SITL
|
||
|
# EK2_GPS_TYPE to 0 for regular GPS useage
|
||
|
# GPS_TYPE to 0 to disable GPS
|
||
|
# disable GPS arming check
|
||
|
ARMING_CHECK,-9
|
||
|
BCN_ALT,584
|
||
|
BCN_LATITUDE,-35.363261
|
||
|
BCN_LONGITUDE,149.165230
|
||
|
BCN_TYPE,10
|
||
|
EK2_GPS_TYPE,0
|
||
|
GPS_TYPE,0
|