Add serpentine to default peek + version date
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
// version code in format yymmddb (b = daily build)
|
// version code in format yymmddb (b = daily build)
|
||||||
#define VERSION 2302130
|
#define VERSION 2302131
|
||||||
|
|
||||||
//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
|
||||||
|
|||||||
@@ -172,7 +172,7 @@ bool sendLiveLedsWs(uint32_t wsClient)
|
|||||||
{
|
{
|
||||||
//WLEDMM: include ledmap in peek if default panel
|
//WLEDMM: include ledmap in peek if default panel
|
||||||
uint32_t c;
|
uint32_t c;
|
||||||
if (strip.panel.size()==1 && !strip.panel[0].vertical && !strip.panel[0].bottomStart && !strip.panel[0].rightStart) // one default panel
|
if (strip.panel.size()==1 && !strip.panel[0].vertical && !strip.panel[0].bottomStart && !strip.panel[0].rightStart && !strip.panel[0].serpentine) // one default panel
|
||||||
c = busses.getPixelColor(i);
|
c = busses.getPixelColor(i);
|
||||||
else
|
else
|
||||||
c = strip.getPixelColor(i);
|
c = strip.getPixelColor(i);
|
||||||
|
|||||||
Reference in New Issue
Block a user