Add serpentine to default peek + version date

This commit is contained in:
Ewoud
2023-02-13 19:14:11 +01:00
parent 9ba9a61af5
commit 476105a267
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
*/
// 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
//#define WLED_USE_MY_CONFIG

View File

@@ -172,7 +172,7 @@ bool sendLiveLedsWs(uint32_t wsClient)
{
//WLEDMM: include ledmap in peek if default panel
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);
else
c = strip.getPixelColor(i);