mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-30 04:34:08 +08:00
increase telem processing delay from 3 to 5 seconds
This commit is contained in:
parent
844b5adab2
commit
a63f1809ff
@ -49,7 +49,7 @@ using namespace time_literals;
|
||||
# error "board_config.h needs to define DIRECT_PWM_OUTPUT_CHANNELS"
|
||||
#endif
|
||||
|
||||
static constexpr hrt_abstime ESC_INIT_TELEM_WAIT_TIME = 3_s;
|
||||
static constexpr hrt_abstime ESC_INIT_TELEM_WAIT_TIME = 5_s;
|
||||
|
||||
/** Dshot PWM frequency, Hz */
|
||||
static constexpr unsigned int DSHOT150 = 150000u;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user