From 5da4386f311cea908e817e5edb6a71373acc698a Mon Sep 17 00:00:00 2001 From: Blaz Kristan Date: Wed, 19 May 2021 20:26:14 +0200 Subject: [PATCH] Shortened string. --- wled00/cfg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wled00/cfg.cpp b/wled00/cfg.cpp index 7121964c5..2d067b7ea 100644 --- a/wled00/cfg.cpp +++ b/wled00/cfg.cpp @@ -163,7 +163,7 @@ bool deserializeConfig(JsonObject doc, bool fromFS) { } else { //TODO: fix JSON API call (and new install) } - CJSON(touchThreshold,hw[F("btn")][F("touch-thershold")]); + CJSON(touchThreshold,hw[F("btn")][F("tt")]); /* JsonObject hw_btn_ins_0 = hw[F("btn")][F("ins")][0];