[P012] Fixed typo preventing new setting to be saved

This commit is contained in:
Ton Huisman
2021-05-05 21:13:38 +02:00
parent 9e5b54c745
commit bb108bbfd1
+1 -1
View File
@@ -110,7 +110,7 @@ boolean Plugin_012(byte function, struct EventStruct *event, String& string)
addRowLabel(F("Display button"));
addPinSelect(false, F("taskdevicepin3"), CONFIG_PIN3);
addFormCheckBox(F("Inversed logic"), F("p012_inverse_btn"), P012_INVERSE_BTN == 1, false);
addFormCheckBox(F("Inversed logic"), F("p012_inversed_btn"), P012_INVERSE_BTN == 1, false);
addFormNumericBox(F("Display Timeout"), F("p012_timer"), P012_TIMER);