Fixed usermod info in Info screen (#1608)
This commit is contained in:
parent
f1535e1f71
commit
e5ae07b3e8
20
CHANGELOG.md
20
CHANGELOG.md
@ -2,22 +2,26 @@
|
|||||||
|
|
||||||
### Development versions after 0.11.1 release
|
### Development versions after 0.11.1 release
|
||||||
|
|
||||||
|
#### Build 2012310
|
||||||
|
|
||||||
|
- (Hopefully actually) fixed display of usermod values in info screen
|
||||||
|
|
||||||
#### Build 2012240
|
#### Build 2012240
|
||||||
|
|
||||||
- Fixed display of usermod values in info screen
|
- Fixed display of usermod values in info screen
|
||||||
- 4 more effects now use FRAMETIME
|
- 4 more effects now use FRAMETIME
|
||||||
- Remove unsupported environments from platformio.ini
|
- Remove unsupported environments from platformio.ini
|
||||||
|
|
||||||
#### Build 2012210
|
#### Build 2012210
|
||||||
|
|
||||||
- Split index.htm in separate CSS + JS files (PR #1542)
|
- Split index.htm in separate CSS + JS files (PR #1542)
|
||||||
- Minify UI HTML, saving >1.5kB flash
|
- Minify UI HTML, saving >1.5kB flash
|
||||||
- Fixed JShint warnings
|
- Fixed JShint warnings
|
||||||
|
|
||||||
#### Build 2012180
|
#### Build 2012180
|
||||||
|
|
||||||
- Boot brightness 0 will now use the brightness from preset
|
- Boot brightness 0 will now use the brightness from preset
|
||||||
- Add iOS scrolling momentum (from PR #1528)
|
- Add iOS scrolling momentum (from PR #1528)
|
||||||
|
|
||||||
### WLED release 0.11.1
|
### WLED release 0.11.1
|
||||||
|
|
||||||
|
1343
wled00/html_ui.h
1343
wled00/html_ui.h
File diff suppressed because it is too large
Load Diff
@ -8,7 +8,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
// version code in format yymmddb (b = daily build)
|
// version code in format yymmddb (b = daily build)
|
||||||
#define VERSION 2012240
|
#define VERSION 2012310
|
||||||
|
|
||||||
//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…
Reference in New Issue
Block a user