Remove commented out codeblocks

This commit is contained in:
Daniel Öster 2024-06-30 21:57:53 +03:00
parent cefb9807e6
commit 47aabca8b3

View file

@ -158,13 +158,6 @@ void espShow(uint8_t pin, uint8_t* pixels, uint32_t numBytes, boolean is800KHz)
// Write and wait to finish
rmt_write_sample(0, pixels, (size_t)numBytes, false);
// rmt_wait_tx_done(config.channel, pdMS_TO_TICKS(100));
// Free channel again
// rmt_driver_uninstall(config.channel);
// rmt_reserved_channels[channel] = false;
// gpio_set_direction(pin, GPIO_MODE_OUTPUT);
}
#endif