ESP32S3 allow NeoPixelBus to compile

This commit is contained in:
Stephan Hadinger 2022-02-01 15:34:18 +01:00
parent eb9db6a67c
commit 543b67228a
1 changed files with 2 additions and 2 deletions

View File

@ -19,8 +19,8 @@
#include "sdkconfig.h" // this sets useful config symbols, like CONFIG_IDF_TARGET_ESP32C3
// ESP32C3 I2S is not supported yet due to significant changes to interface
#if !defined(CONFIG_IDF_TARGET_ESP32C3)
// ESP32C3/S3 I2S is not supported yet due to significant changes to interface
#if !defined(CONFIG_IDF_TARGET_ESP32C3) && !defined(CONFIG_IDF_TARGET_ESP32S3)
#include <string.h>
#include <stdio.h>