IR pin saving.

This commit is contained in:
Blaz Kristan 2021-03-20 23:59:17 +01:00
parent 77220e24dd
commit 60503c31fb

View File

@ -496,11 +496,9 @@ void serializeConfig() {
hw_btn_ins_0_macros.add(macroDoublePress);
#ifndef WLED_DISABLE_INFRARED
if (irPin>=0) {
JsonObject hw_ir = hw.createNestedObject("ir");
hw_ir["pin"] = irPin;
hw_ir["type"] = irEnabled; // the byte 'irEnabled' does contain the IR-Remote Type ( 0=disabled )
}
#endif
JsonObject hw_relay = hw.createNestedObject(F("relay"));