Build bump & updated changelog
This commit is contained in:
parent
a690cb36ff
commit
f6092b9128
10
CHANGELOG.md
10
CHANGELOG.md
@ -1,14 +1,12 @@
|
||||
## WLED changelog
|
||||
|
||||
#### Build 2306???
|
||||
- added pin dropdowns
|
||||
- introduced (unused ATM) NeoGammaWLEDMethod class
|
||||
|
||||
#### Build 2306040
|
||||
#### Build 2306130
|
||||
- Bumped version to 0.14-b3 (beta 3)
|
||||
- added pin dropdowns in LED preferences (not for LED pins) and usermods
|
||||
- introduced (unused ATM) NeoGammaWLEDMethod class
|
||||
- Reverse proxy support
|
||||
- PCF8754 support for Rotary encoder (requires wiring INT pin to ESP GPIO)
|
||||
- Rely on global I2C pins for usermods
|
||||
- Rely on global I2C pins for usermods (breaking change)
|
||||
- various fixes and enhancements
|
||||
|
||||
#### Build 2306020
|
||||
|
@ -8,7 +8,7 @@
|
||||
*/
|
||||
|
||||
// version code in format yymmddb (b = daily build)
|
||||
#define VERSION 2306040
|
||||
#define VERSION 2306130
|
||||
|
||||
//uncomment this if you have a "my_config.h" file you'd like to use
|
||||
//#define WLED_USE_MY_CONFIG
|
||||
|
Loading…
Reference in New Issue
Block a user