diff --git a/esp.c b/esp.c index 1598b7a..eed9f8e 100644 --- a/esp.c +++ b/esp.c @@ -62,7 +62,6 @@ void espShow(uint8_t pin, uint8_t *pixels, uint32_t numBytes, boolean is800KHz) //pinMode(pin, OUTPUT); // don't do this, will cause the rmt to disable! rmtWrite(pin, led_data, numBytes * 8, RMT_WAIT_FOR_EVER); - delay(10); }