From 9f824d28bc291f795d43bb06918fdb372c15b1fc Mon Sep 17 00:00:00 2001 From: Will Tatam Date: Sun, 22 Jun 2025 16:55:29 +0100 Subject: [PATCH] Cleanup redundant commented values --- platformio.ini | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/platformio.ini b/platformio.ini index 381a55c4..6895d014 100644 --- a/platformio.ini +++ b/platformio.ini @@ -126,7 +126,6 @@ extra_configs = # arduino core 2.6.3 = platformIO 2.3.2 # arduino core 2.7.0 = platformIO 2.5.0 # ------------------------------------------------------------------------------ -arduino_core_3_2_0 = espressif8266@3.2.0 arduino_core_3_1_2 = espressif8266@4.2.1 # Development platforms @@ -141,13 +140,6 @@ platform_packages = platformio/toolchain-xtensa @ ~2.100300.220621 #2.40802.2005 platformio/tool-esptool #@ ~1.413.0 platformio/tool-esptoolpy #@ ~1.30000.0 -## previous platform for 8266, in case of problems with the new one -## you'll need makuna/NeoPixelBus@ 2.6.9 for arduino_core_3_2_0, which does not support Ucs890x -;; platform_wled_default = ${common.arduino_core_3_2_0} -;; platform_packages = tasmota/framework-arduinoespressif8266 @ 3.20704.7 -;; platformio/toolchain-xtensa @ ~2.40802.200502 -;; platformio/tool-esptool @ ~1.413.0 -;; platformio/tool-esptoolpy @ ~1.30000.0 # ------------------------------------------------------------------------------ # FLAGS: DEBUG @@ -326,15 +318,6 @@ platform_packages_compat = platformio/tool-esptool #@ ~1.413.0 platformio/tool-esptoolpy #@ ~1.30000.0 -;; experimental - for using older NeoPixelBus 2.7.9 -lib_deps_compat = - ESPAsyncTCP @ 1.2.2 - ESPAsyncUDP - ESP8266PWM - fastled/FastLED @ 3.6.0 - IRremoteESP8266 @ 2.8.2 - makuna/NeoPixelBus @ 2.7.9 - https://github.com/Aircoookie/ESPAsyncWebServer.git#v2.4.0 [esp32]