Fixed Typo
Fixed Typo
This commit is contained in:
@@ -297,8 +297,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#if !defined(USE_WS2812FX_DMA)
|
#if !defined(USE_WS2812FX_DMA)
|
||||||
if(server.hasArg("wspin")){
|
if(server.hasArg("ws_pin")){
|
||||||
if (checkPin(server.arg("wspin").toInt())) {
|
if (checkPin(server.arg("ws_pin").toInt())) {
|
||||||
updateStrip = true;
|
updateStrip = true;
|
||||||
DBG_OUTPUT_PORT.println(WS2812FXStripSettings.pin);
|
DBG_OUTPUT_PORT.println(WS2812FXStripSettings.pin);
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user