mirror of
https://github.com/wled/WLED.git
synced 2025-07-27 20:56:40 +00:00
Changelog update and build bump.
This commit is contained in:
parent
c77f6c5f7b
commit
5d3f22e06a
13
CHANGELOG.md
13
CHANGELOG.md
@ -1,7 +1,18 @@
|
|||||||
## WLED changelog
|
## WLED changelog
|
||||||
|
|
||||||
|
#### Build 2403190
|
||||||
|
- limit max PWM frequency (fix incorrect PWM resolution)
|
||||||
|
- Segment UI bugfix
|
||||||
|
- Updated AsyncWebServer (by @wlillmmiles)
|
||||||
|
- Simpler boot preset (fix for #3806)
|
||||||
|
- Effect: Fix for 2D Drift animation (#3816 by @BaptisteHudyma)
|
||||||
|
- Effect: Add twin option to 2D Drift
|
||||||
|
- MQTT cleanup
|
||||||
|
- DDP: Support sources that don't push (#3833 by @willmmiles)
|
||||||
|
- Usermod: Tetris AI usermod (#3711 by @muebau)
|
||||||
|
|
||||||
#### Build 2403171
|
#### Build 2403171
|
||||||
- merge 0.14.2 changes
|
- merge 0.14.2 changes into 0.15
|
||||||
|
|
||||||
#### Build 2403070
|
#### Build 2403070
|
||||||
- Add additional segment options when controlling over e1.31 (#3616 by @demophoon)
|
- Add additional segment options when controlling over e1.31 (#3616 by @demophoon)
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
// version code in format yymmddb (b = daily build)
|
// version code in format yymmddb (b = daily build)
|
||||||
#define VERSION 2403171
|
#define VERSION 2403190
|
||||||
|
|
||||||
//uncomment this if you have a "my_config.h" file you'd like to use
|
//uncomment this if you have a "my_config.h" file you'd like to use
|
||||||
//#define WLED_USE_MY_CONFIG
|
//#define WLED_USE_MY_CONFIG
|
||||||
|
Loading…
x
Reference in New Issue
Block a user