Merge branch 'Aircoookie:main' into pr_fxsegs

This commit is contained in:
mx
2022-11-29 00:54:15 +01:00
committed by GitHub
12 changed files with 1091 additions and 832 deletions

View File

@@ -458,6 +458,7 @@ void getSettingsJS(byte subPage, char* dest)
oappend(itoa(buttonType[i],nS,10));
oappend(SET_F(");"));
}
sappend('c',SET_F("IP"),disablePullUp);
sappend('v',SET_F("TT"),touchThreshold);
sappend('v',SET_F("IR"),irPin);
sappend('v',SET_F("IT"),irEnabled);