Setting touch threshold string fix.

pull/2737/head
Blaz Kristan 2021-05-19 22:32:50 +02:00
rodzic 5da4386f31
commit c925b3d218
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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