Skip to content

Commit

Permalink
Changelog update and build bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
blazoncek committed Mar 19, 2024
1 parent c77f6c5 commit 5d3f22e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
## 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
- merge 0.14.2 changes
- merge 0.14.2 changes into 0.15

#### Build 2403070
- Add additional segment options when controlling over e1.31 (#3616 by @demophoon)
Expand Down
2 changes: 1 addition & 1 deletion wled00/wled.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*/

// 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
//#define WLED_USE_MY_CONFIG
Expand Down

0 comments on commit 5d3f22e

Please sign in to comment.