Bugfix: set colorwheel default on (for 1D)
This commit is contained in:
@@ -89,7 +89,7 @@
|
|||||||
|
|
||||||
<div class ="container">
|
<div class ="container">
|
||||||
<div id="Colors" class="tabcontent">
|
<div id="Colors" class="tabcontent">
|
||||||
<div id="colorGFX" hidden="true"> <!--WLEDMM-->
|
<div id="colorGFX">
|
||||||
<br> <!--WLEDMM: instead of padding-top:18 in css-->
|
<br> <!--WLEDMM: instead of padding-top:18 in css-->
|
||||||
<div id="picker" class="noslide"></div>
|
<div id="picker" class="noslide"></div>
|
||||||
<div id="hwrap" class="slider">
|
<div id="hwrap" class="slider">
|
||||||
|
|||||||
@@ -1939,7 +1939,7 @@ function toggleLiveview()
|
|||||||
if (isM) {
|
if (isM) {
|
||||||
//WLEDMM adding liveview2D support on main ui
|
//WLEDMM adding liveview2D support on main ui
|
||||||
isLv = !isLv;
|
isLv = !isLv;
|
||||||
gId("colorGFX").style.display = isLv? "inline":"none";
|
gId("colorGFX").style.display = isLv? "inline":"none"; //WLEDMM: set off if explicitly gfx pushed
|
||||||
gId("effectGFX").style.display = isLv? "inline":"none";
|
gId("effectGFX").style.display = isLv? "inline":"none";
|
||||||
gId("segGFX").style.display = isLv? "inline":"none";
|
gId("segGFX").style.display = isLv? "inline":"none";
|
||||||
|
|
||||||
|
|||||||
3224
wled00/html_ui.h
3224
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 2304212
|
#define VERSION 23050700
|
||||||
|
|
||||||
//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
|
||||||
|
|||||||
Reference in New Issue
Block a user