Fixed ESP32 crash on Drip effect with reversed segment (#1854)

This commit is contained in:
cschwinne
2021-04-03 17:18:29 +02:00
parent 46d66dded8
commit ecdc0a3800
5 changed files with 27 additions and 8 deletions

View File

@@ -8,7 +8,7 @@
*/
// version code in format yymmddb (b = daily build)
#define VERSION 2104020
#define VERSION 2104030
//uncomment this if you have a "my_config.h" file you'd like to use
//#define WLED_USE_MY_CONFIG
@@ -47,6 +47,10 @@
// filesystem specific debugging
//#define WLED_DEBUG_FS
//optionally disable brownout detector on ESP32.
//This is generally a terrible idea, but improves boot success on boards with a 3.3v regulator + cap setup that can't provide 400mA peaks
//#define WLED_DISABLE_BROWNOUT_DET
// Library inclusions.
#include <Arduino.h>
#ifdef ESP8266