Skip to content

Commit 83e5a51

Browse files
committed
fix typo in static assert text for ESP8266
1 parent 7fbc35b commit 83e5a51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

esp8266-fastled-webserver/include/configs/controller/controller_esp8266.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#if !defined(ESP8266_FASTLED_WEBSERVER_CONTROLLER_ESP8266_H)
2121
#define ESP8266_FASTLED_WEBSERVER_CONTROLLER_ESP8266_H
2222

23-
static_assert(PARALLEL_OUTPUT_CHANNELS <= 6, "ESP8266 only supports four parallel outputs");
23+
static_assert(PARALLEL_OUTPUT_CHANNELS <= 6, "ESP8266 only supports six parallel outputs");
2424

2525
#if !defined(DATA_PIN)
2626
#if PARALLEL_OUTPUT_CHANNELS == 1

0 commit comments

Comments
 (0)