Shortened string.

This commit is contained in:
Blaz Kristan 2021-05-19 20:26:14 +02:00
parent 4104dec87f
commit 5da4386f31

View File

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