fixed warnings with rebased idf

This commit is contained in:
2021-10-28 13:36:13 +02:00
parent 151565bee4
commit 51adf73c58

View File

@ -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