Build bump & updated changelog

This commit is contained in:
Blaz Kristan 2023-06-13 21:10:11 +02:00
parent a690cb36ff
commit f6092b9128
2 changed files with 5 additions and 7 deletions

View File

@ -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

View File

@ -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