From bd442ece903bd5f27746133464cf675321d095fa Mon Sep 17 00:00:00 2001 From: bpohvoodoo Date: Wed, 27 Mar 2019 17:14:18 +0100 Subject: [PATCH] Fixed Typo Fixed Typo --- Arduino/McLighting/rest_api.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Arduino/McLighting/rest_api.h b/Arduino/McLighting/rest_api.h index 2e0ec4d..a69c3f3 100644 --- a/Arduino/McLighting/rest_api.h +++ b/Arduino/McLighting/rest_api.h @@ -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 {