From cbf844cdde559ebd19b7c98d99abd858017951f1 Mon Sep 17 00:00:00 2001 From: tv Date: Thu, 15 Oct 2020 14:53:14 +0200 Subject: tv rpiPackages.433Utils: init at 2018-06-07 --- tv/5pkgs/rpi/433Utils/rc-switch.protocols.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tv/5pkgs/rpi/433Utils/rc-switch.protocols.patch (limited to 'tv/5pkgs/rpi/433Utils/rc-switch.protocols.patch') diff --git a/tv/5pkgs/rpi/433Utils/rc-switch.protocols.patch b/tv/5pkgs/rpi/433Utils/rc-switch.protocols.patch new file mode 100644 index 00000000..41304ef8 --- /dev/null +++ b/tv/5pkgs/rpi/433Utils/rc-switch.protocols.patch @@ -0,0 +1,10 @@ +--- a/rc-switch/RCSwitch.cpp ++++ b/rc-switch/RCSwitch.cpp +@@ -78,6 +78,7 @@ static const RCSwitch::Protocol PROGMEM proto[] = { + { 100, { 30, 71 }, { 4, 11 }, { 9, 6 } }, // protocol 3 + { 380, { 1, 6 }, { 1, 3 }, { 3, 1 } }, // protocol 4 + { 500, { 6, 14 }, { 1, 2 }, { 2, 1 } }, // protocol 5 ++ { 136, { 1, 31 }, { 1, 3 }, { 3, 1 } }, // protocol 6 + }; + + enum { -- cgit v1.2.3