Skip to content

Commit af044d0

Browse files
committed
AP_HAL_ESP32: use ARMING_SKIPCHK in stampfly default params
AIRSPEED check was inexplicably disabled before as well, but it's compiled out so re-enabling it doesn't matter.
1 parent c57b571 commit af044d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libraries/AP_HAL_ESP32/hwdef/esp32s3m5stampfly/defaults.parm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FRAME_CLASS 1
33
MOT_PWM_TYPE 3 # brushed motor PWM
44
RC_SPEED 32000 # as fast as ardupilot supports (more would be nice)
55
LOG_BACKEND_TYPE 2 # mavlink logging
6-
ARMING_CHECK 1047038 # all except logging (if log rx not up)
6+
ARMING_SKIPCHK 1024 # disable logging check (in the event log rx is not up)
77
LOG_DISARMED 1
88
SCHED_LOOP_RATE 150 # flash won't go faster :(
99

0 commit comments

Comments
 (0)