File tree Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1111
1212#include "essl_internal.h"
1313#include "essl_sdio.h"
14+ #include "esp_heap_caps.h"
1415
1516static const char TAG [] = "essl_sdio" ;
1617
Original file line number Diff line number Diff line change 1- version : " 1.1.1~1 "
1+ version : " 1.1.2 "
22description : Espressif Serial Slave Link Library
33url : https://github.com/espressif/idf-extra-components/tree/master/esp_serial_slave_link
44repository : https://github.com/espressif/idf-extra-components.git
Original file line number Diff line number Diff line change 1- version : " 3.0.1~1 "
1+ version : " 3.0.2 "
22description : Driver for Addressable LED Strip (WS2812, etc)
33url : https://github.com/espressif/idf-extra-components/tree/master/led_strip
44repository : https://github.com/espressif/idf-extra-components.git
Original file line number Diff line number Diff line change 1212#include "soc/spi_periph.h"
1313#include "led_strip.h"
1414#include "led_strip_interface.h"
15+ #include "esp_heap_caps.h"
1516
1617#define LED_STRIP_SPI_DEFAULT_RESOLUTION (2.5 * 1000 * 1000) // 2.5MHz resolution
1718#define LED_STRIP_SPI_DEFAULT_TRANS_QUEUE_SIZE 4
You can’t perform that action at this time.
0 commit comments