Fixed Typo

Fixed Typo
This commit is contained in:
bpohvoodoo
2019-03-27 17:14:18 +01:00
parent 95475b2ddc
commit bd442ece90
+2 -2
View File
@@ -297,8 +297,8 @@
}
#if !defined(USE_WS2812FX_DMA)
if(server.hasArg("wspin")){
if (checkPin(server.arg("wspin").toInt())) {
if(server.hasArg("ws_pin")){
if (checkPin(server.arg("ws_pin").toInt())) {
updateStrip = true;
DBG_OUTPUT_PORT.println(WS2812FXStripSettings.pin);
} else {