removed crazy characters so dts to dtb wouldnt fail

This commit is contained in:
adragott 2020-11-15 04:07:28 -06:00
parent 4703d95150
commit 414fcdbfef

View File

@ -177,15 +177,15 @@
tx { tx {
status = "disable"; status = "disable";
pin = <11>; // only support 11 pin = <11>; // only support 11
mode = "NEC"; // NECExtenedNECRC5SWM mode = "NEC"; // NECExtenedNECRC5SWM
interval = <100>; // ms interval = <100>; // ms
active_mode = "Hi"; //HiLo active_mode = "Hi"; //HiLo
}; };
rx { rx {
status = "okay"; status = "okay";
pin = <12>; // only support 12 13 pin = <12>; // only support 12 13
mode = "NEC"; // NECExtenedNECRC5SWM mode = "NEC"; // NECExtenedNECRC5SWM
active_mode = "Hi"; //HiLo active_mode = "Hi"; //HiLo
}; };
}; };
uart { uart {