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 ba525ff commit 0ddbdedCopy full SHA for 0ddbded
src/StepperISR_idf5_esp32_rmt.cpp
@@ -108,8 +108,8 @@ void StepperQueue::connect_rmt() {
108
config.intr_priority = 0;
109
config.flags.invert_out = 0;
110
config.flags.with_dma = 0;
111
- config.flags.io_loop_back = 0;
112
- config.flags.io_od_mode = 0;
+ //config.flags.io_loop_back = 0;
+ //config.flags.io_od_mode = 0;
113
esp_err_t rc = rmt_new_tx_channel(&config, &channel);
114
ESP_ERROR_CHECK_WITHOUT_ABORT(rc);
115
0 commit comments