From da7972c119dd1e13106c3a428745996f6e58cbbc Mon Sep 17 00:00:00 2001 From: Frank <91616163+softhack007@users.noreply.github.com> Date: Mon, 5 Dec 2022 16:20:58 +0100 Subject: [PATCH] use latest NeoPixelBus for -S3 NeoPixelBus 2.7.1 is the first release that has official support for ESP32-S3 --- platformio.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platformio.ini b/platformio.ini index 64427bf1..97501c4e 100644 --- a/platformio.ini +++ b/platformio.ini @@ -261,8 +261,8 @@ build_flags = -g lib_deps = ${env.lib_deps} - ;; currently we need the latest NeoPixelBus dev version, because it contains important bugfixes for -S3 - https://github.com/Makuna/NeoPixelBus.git#master @ 2.7.0 + ;; NeoPixelBus 2.7.1 is the first that has official support for ESP32-S3 + makuna/NeoPixelBus @ ~2.7.1 https://github.com/pbolduc/AsyncTCP.git @ 1.2.0