We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fbc35b commit 83e5a51Copy full SHA for 83e5a51
esp8266-fastled-webserver/include/configs/controller/controller_esp8266.h
@@ -20,7 +20,7 @@
20
#if !defined(ESP8266_FASTLED_WEBSERVER_CONTROLLER_ESP8266_H)
21
#define ESP8266_FASTLED_WEBSERVER_CONTROLLER_ESP8266_H
22
23
-static_assert(PARALLEL_OUTPUT_CHANNELS <= 6, "ESP8266 only supports four parallel outputs");
+static_assert(PARALLEL_OUTPUT_CHANNELS <= 6, "ESP8266 only supports six parallel outputs");
24
25
#if !defined(DATA_PIN)
26
#if PARALLEL_OUTPUT_CHANNELS == 1
0 commit comments