Skip to content

Commit

Permalink
Merge pull request #73 from embeddedpenguin/tempbranch
Browse files Browse the repository at this point in the history
removed crazy characters so dts to dtb wouldnt fail
  • Loading branch information
gamelaster authored Nov 15, 2020
2 parents 4703d95 + 414fcdb commit 3c827b2
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -177,15 +177,15 @@
tx {
status = "disable";
pin = <11>; // only support 11
mode = "NEC"; // NEC、ExtenedNEC、RC5、SWM
mode = "NEC"; // NECExtenedNECRC5SWM
interval = <100>; // ms
active_mode = "Hi"; //Hi、Lo
active_mode = "Hi"; //HiLo
};
rx {
status = "okay";
pin = <12>; // only support 12 13
mode = "NEC"; // NEC、ExtenedNEC、RC5、SWM
active_mode = "Hi"; //Hi、Lo
mode = "NEC"; // NECExtenedNECRC5SWM
active_mode = "Hi"; //HiLo
};
};
uart {
Expand Down

0 comments on commit 3c827b2

Please sign in to comment.