We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7281b58 commit 7391526Copy full SHA for 7391526
src/sp140/esc.cpp
@@ -166,7 +166,7 @@ bool setupTWAI() {
166
(gpio_num_t)ESC_TX_PIN,
167
(gpio_num_t)ESC_RX_PIN,
168
TWAI_MODE_NORMAL);
169
- twai_timing_config_t t_config = TWAI_TIMING_CONFIG_1MBITS();
+ twai_timing_config_t t_config = TWAI_TIMING_CONFIG_250KBITS();
170
twai_filter_config_t f_config = TWAI_FILTER_CONFIG_ACCEPT_ALL();
171
172
esp_err_t install_err = twai_driver_install(&g_config, &t_config, &f_config);
0 commit comments