mirror of
https://github.com/wled/WLED.git
synced 2025-07-14 14:26:33 +00:00
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
|
## WLED changelog
|
||||||
|
|
||||||
#### Build 2306???
|
#### Build 2306130
|
||||||
- added pin dropdowns
|
|
||||||
- introduced (unused ATM) NeoGammaWLEDMethod class
|
|
||||||
|
|
||||||
#### Build 2306040
|
|
||||||
- Bumped version to 0.14-b3 (beta 3)
|
- 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
|
- Reverse proxy support
|
||||||
- PCF8754 support for Rotary encoder (requires wiring INT pin to ESP GPIO)
|
- 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
|
- various fixes and enhancements
|
||||||
|
|
||||||
#### Build 2306020
|
#### Build 2306020
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
// version code in format yymmddb (b = daily build)
|
// 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
|
//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