mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-04 18:29:48 +02:00
Remove commented out codeblocks
This commit is contained in:
parent
cefb9807e6
commit
47aabca8b3
1 changed files with 0 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue