From 51adf73c58769fb663dac39d534946c1fe6b3cc4 Mon Sep 17 00:00:00 2001 From: 0xFEEDC0DE64 Date: Thu, 28 Oct 2021 13:36:13 +0200 Subject: [PATCH] fixed warnings with rebased idf --- platforms/esp/32/clockless_rmt_esp32.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platforms/esp/32/clockless_rmt_esp32.cpp b/platforms/esp/32/clockless_rmt_esp32.cpp index 5cae4b9..9ea2bba 100644 --- a/platforms/esp/32/clockless_rmt_esp32.cpp +++ b/platforms/esp/32/clockless_rmt_esp32.cpp @@ -429,7 +429,7 @@ void ESP32RMTController::startOnChannel(int channel) mRMT_channel = rmt_channel_t(channel * MEM_BLOCK_NUM); // -- Assign the pin to this channel - rmt_set_pin(mRMT_channel, RMT_MODE_TX, mPin); + rmt_set_gpio(mRMT_channel, RMT_MODE_TX, mPin, false); if (FASTLED_RMT_BUILTIN_DRIVER) { // -- Use the built-in RMT driver to send all the data in one shot