Search found 1 match
- Tue Aug 13, 2024 10:55 am
- Forum: ESP-IDF
- Topic: using RMT (led_strip) causes failing JTAG USB-Debugging
- Replies: 1
- Views: 939
using RMT (led_strip) causes failing JTAG USB-Debugging
I'm using the IDF with the esspressif__led_strip component Config is here: /* LED strip initialization with the GPIO and pixels number*/ strip_config = { .strip_gpio_num = 48, // The GPIO that connected to the LED strip's data line .max_leds = 1, // The number of LEDs in the strip, .led_pixel_format...