mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-07-28 04:07:47 +00:00
[ESP-IDF 5.1] Fix crashes on ESP32-S3 & ESP32-S2
This commit is contained in:
@@ -290,4 +290,6 @@ lib_ignore =
|
||||
IRremoteESP8266
|
||||
HeatpumpIR
|
||||
ServoESP32
|
||||
NeoPixelBus
|
||||
NeoPixelBus
|
||||
Adafruit NeoPixel
|
||||
Adafruit NeoMatrix
|
||||
|
||||
@@ -25,10 +25,6 @@ extra_scripts = ${esp32_base_idf5.extra_scripts}
|
||||
build_unflags = ${esp32_base_idf5.build_unflags}
|
||||
-fexceptions
|
||||
board_build.filesystem = littlefs
|
||||
lib_ignore =
|
||||
${core_esp32_IDF5_1__2_0_13.lib_ignore}
|
||||
Adafruit NeoPixel
|
||||
Adafruit NeoMatrix
|
||||
|
||||
|
||||
[env:custom_ESP32c3_4M316k_CDC]
|
||||
|
||||
@@ -3213,8 +3213,8 @@ To create/register a plugin, you have to :
|
||||
|
||||
|
||||
|
||||
// RMT driver used in Adafruit_NeoPixel does NOT work on IDF5.1 for RiscV chips
|
||||
#ifdef ESP32C3
|
||||
// RMT driver used in Adafruit_NeoPixel does NOT work on IDF5.1 for ESP32-C3/S3
|
||||
#ifdef ESP32
|
||||
|
||||
#ifdef USES_P038
|
||||
#undef USES_P038
|
||||
|
||||
Reference in New Issue
Block a user