Skip to content

Commit

Permalink
WLED 0.14.3 release
Browse files Browse the repository at this point in the history
- Fix for transition 0 (Aircoookie#3854, Aircoookie#3832, Aircoookie#3720)
- copyright year update
- updated AsyncWebServer to v2.2.0
  • Loading branch information
blazoncek authored and softhack007 committed Apr 9, 2024
1 parent c946b52 commit 4093df1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## [WLED upstream](https://github.com/Aircoookie/WLED/tree/0_14_1) changelog

#### Build 2403290
- WLED 0.14.3 release
- Fix for transition 0 (#3854, #3832, #3720)

#### Build 2403170
- WLED 0.14.2 release

Expand Down
6 changes: 3 additions & 3 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ arduino_core_2_7_4 = [email protected]
arduino_core_3_0_0 = [email protected]
arduino_core_3_2_0 = [email protected]
arduino_core_4_1_0 = [email protected]
arduino_core_3_1_2 = [email protected].0
arduino_core_3_1_2 = [email protected].1

# Development platforms
arduino_core_develop = https://github.com/platformio/platform-espressif8266#develop
Expand All @@ -123,8 +123,7 @@ arduino_core_git = https://github.com/platformio/platform-espressif8266#feature/
platform_wled_default = ${common.arduino_core_3_1_2}
# We use 2.7.4.7 for all, includes PWM flicker fix and Wstring optimization
#platform_packages = tasmota/framework-arduinoespressif8266 @ 3.20704.7
platform_packages = platformio/framework-arduinoespressif8266
platformio/toolchain-xtensa @ ~2.100300.220621 #2.40802.200502
platform_packages = platformio/toolchain-xtensa @ ~2.100300.220621 #2.40802.200502
platformio/tool-esptool #@ ~1.413.0
platformio/tool-esptoolpy #@ ~1.30000.0

Expand Down Expand Up @@ -241,6 +240,7 @@ lib_deps =
;;makuna/NeoPixelBus @ 2.7.5 ;; WLEDMM will be added in board specific sections
;;https://github.com/Aircoookie/ESPAsyncWebServer.git @ ~2.0.7
https://github.com/lost-hope/ESPAsyncWebServer.git#master ;; WLEDMM to display .log and .wled files in /edit
;; https://github.com/Aircoookie/ESPAsyncWebServer.git @ ^2.2.1
#For use of the TTGO T-Display ESP32 Module with integrated TFT display uncomment the following line
#TFT_eSPI
#For compatible OLED display uncomment following
Expand Down
2 changes: 2 additions & 0 deletions wled00/led.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ void stateUpdated(byte callMode) {
jsonTransitionOnce = false;
strip.setTransition(transitionDelayTemp);
if (transitionDelayTemp == 0) {
jsonTransitionOnce = false;
transitionActive = false;
applyFinalBri();
strip.trigger();
return;
Expand Down

0 comments on commit 4093df1

Please sign in to comment.