From fa1fa56ef38333a465dd62458a17335f09b119e6 Mon Sep 17 00:00:00 2001 From: Brian Bulkowski Date: Mon, 14 Sep 2020 11:08:06 -0700 Subject: [PATCH] Warn about ESP-IDF 4.1 not working --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d0e98ee..90d0db2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # FastLED-idf & Patterns +# WARNING! Currently known to crash with ESP-IDF 4.1, issue #15 under investigation + # TL;DR This port of FastLED 3.3 runs under the 4.x ESP-IDF development environment. Enjoy.