diff options
| author | tv <tv@krebsco.de> | 2020-10-15 14:53:14 +0200 |
|---|---|---|
| committer | tv <tv@krebsco.de> | 2020-10-15 15:08:39 +0200 |
| commit | 8394654c617c71d03f4e8f8fd4a68d191f09fcdb (patch) | |
| tree | 98a9ce8c2113e65c92acac612e471640eaaf4ed6 /tv/5pkgs/rpi/433Utils/rc-switch.protocols.patch | |
| parent | 55ef884e9f21b70d97a0b8d90c0c6e24a191acfb (diff) | |
tv rpiPackages.433Utils: init at 2018-06-07
Diffstat (limited to 'tv/5pkgs/rpi/433Utils/rc-switch.protocols.patch')
| -rw-r--r-- | tv/5pkgs/rpi/433Utils/rc-switch.protocols.patch | 10 |
1 files changed, 10 insertions, 0 deletions
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 0000000..41304ef --- /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 { |
