Add WLEDMM_FASTPATH definition for all esp32 builds
force all esp32 builds to use WLEDMM_FASTPATH. The code is proven in use, while non-fastpath is becoming obsolete.
This commit is contained in:
@@ -87,6 +87,9 @@
|
|||||||
|
|
||||||
// WLEDMM MANDATORY flags
|
// WLEDMM MANDATORY flags
|
||||||
#define WLEDMM_PROTECT_SERVICE // prevents crashes when effects are drawing while asyncWebServer tries to modify segments at the same time
|
#define WLEDMM_PROTECT_SERVICE // prevents crashes when effects are drawing while asyncWebServer tries to modify segments at the same time
|
||||||
|
#if !defined(WLEDMM_FASTPATH) && !defined(ESP8266)
|
||||||
|
#define WLEDMM_FASTPATH // all WLED-MM build are FASTPATH
|
||||||
|
#endif
|
||||||
|
|
||||||
// Library inclusions.
|
// Library inclusions.
|
||||||
#include <Arduino.h>
|
#include <Arduino.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user