updated libraries
This commit is contained in:
parent
d5d5d000b3
commit
3b7e68065a
102 changed files with 3020 additions and 1624 deletions
10
libraries/FastLED/examples/CompileTest/esp_test.h
Normal file
10
libraries/FastLED/examples/CompileTest/esp_test.h
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include "sdkconfig.h"
|
||||
|
||||
#if defined(ESP8266)
|
||||
#include "esp_8266_test.h"
|
||||
#elif defined(CONFIG_IDF_TARGET_ESP32S3)
|
||||
#include "esp_s3_test.h"
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue