diff --git a/wled00/cfg.cpp b/wled00/cfg.cpp index 7121964c..2d067b7e 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];