diff --git a/wled00/cfg.cpp b/wled00/cfg.cpp index 2d067b7ea..437918ff4 100644 --- a/wled00/cfg.cpp +++ b/wled00/cfg.cpp @@ -570,7 +570,7 @@ void serializeConfig() { hw_btn_ins_0_macros.add(macroLongPress[i]); hw_btn_ins_0_macros.add(macroDoublePress[i]); } - hw_btn[F("touch-threshold")] = touchThreshold; + hw_btn[F("tt")] = touchThreshold; JsonObject hw_ir = hw.createNestedObject("ir"); hw_ir["pin"] = irPin;