mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-07 05:10:35 +08:00
increase telem processing delay from 3 to 5 seconds
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user