Setting touch threshold string fix.
This commit is contained in:
parent
5da4386f31
commit
c925b3d218
@ -570,7 +570,7 @@ void serializeConfig() {
|
|||||||
hw_btn_ins_0_macros.add(macroLongPress[i]);
|
hw_btn_ins_0_macros.add(macroLongPress[i]);
|
||||||
hw_btn_ins_0_macros.add(macroDoublePress[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");
|
JsonObject hw_ir = hw.createNestedObject("ir");
|
||||||
hw_ir["pin"] = irPin;
|
hw_ir["pin"] = irPin;
|
||||||
|
Loading…
Reference in New Issue
Block a user