Build bump & updated changelog

pull/3238/head
Blaz Kristan 2023-06-13 21:10:11 +02:00
rodzic a690cb36ff
commit f6092b9128
2 zmienionych plików z 5 dodań i 7 usunięć

Wyświetl plik

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

Wyświetl plik

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