11 lines
410 B
Diff
11 lines
410 B
Diff
--- 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 {
|