Setting touch threshold string fix.

This commit is contained in:
Blaz Kristan 2021-05-19 22:32:50 +02:00
parent 5da4386f31
commit c925b3d218

View File

@ -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;