File tree 2 files changed +22
-1
lines changed
2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 1
1
## WLED changelog
2
2
3
+ #### Build 2405180
4
+ - Official 0.15.0-b3 release
5
+ - Merge 0.14.3 fixes
6
+ - Added Pinwheel Expand 1D->2D effect mapping mode (#3961 by @Brandon502 )
7
+ - Add changeable i2c address to BME280 usermod (#3966 by @LordMike )
8
+ - Effect: Firenoise - add palette selection
9
+ - Experimental parallel I2S support for ESP32 (compile time option)
10
+ - increased outputs to 17
11
+ - increased max possible color order overrides
12
+ - use WLED_USE_PARALLEL_I2S during compile
13
+ WARNING: Do not set up more than 256 LEDs per output when using parallel I2S with NeoPixelBus less than 2.9.0
14
+ - Update Usermod: Battery (#3964 by @adamsthws )
15
+ - Update Usermod: BME280 (#3965 by @LordMike )
16
+ - TM1914 chip support (#3913 )
17
+ - Ignore brightness in Peek
18
+ - Antialiased line & circle drawing functions
19
+ - Enabled some audioreactive effects for single pixel strips/segments (#3942 by @gaaat98 )
20
+ - Usermod Battery: Added Support for different battery types, Optimized file structure (#3003 by @itCarl )
21
+ - Skip playlist entry API (#3946 by @freakintoddles2 )
22
+ - various optimisations and bugfixes (#3987 , #3978 )
23
+
3
24
#### Build 2405030
4
25
- Using brightness in analog clock overlay (#3944 by @paspiz85 )
5
26
- Add Webpage shortcuts (#3945 by @w00000dy )
Original file line number Diff line number Diff line change 8
8
*/
9
9
10
10
// version code in format yymmddb (b = daily build)
11
- #define VERSION 2405030
11
+ #define VERSION 2405180
12
12
13
13
// uncomment this if you have a "my_config.h" file you'd like to use
14
14
// #define WLED_USE_MY_CONFIG
You can’t perform that action at this time.
0 commit comments