Merge pull request #5608 from tonhuisman/bugfix/Build-remove-chart-js-to-make-neopixel-fit

[Build] Fix Neopixel build-size by disabling Chart-JS feature
This commit is contained in:
TD-er
2026-08-18 21:27:54 +02:00
committed by GitHub
+2 -2
View File
@@ -2525,11 +2525,11 @@ To create/register a plugin, you have to :
#ifdef ESP8266
#define FEATURE_PLUGIN_STATS 0
#endif
#if FEATURE_CHART_JS && defined(ESP8266)
#if FEATURE_CHART_JS // && defined(ESP8266)
// Does not fit in build
#undef FEATURE_CHART_JS
#endif
#ifdef ESP8266
#ifndef FEATURE_CHART_JS
#define FEATURE_CHART_JS 0
#endif
#if !defined(USES_P138) && defined(ESP32)