Skip to content

Commit

Permalink
add SM5212 (#319)
Browse files Browse the repository at this point in the history
Add SM5212 even if the definition is very close to HT12E, the goal is to let the ability to detect it, in case of receiving tolerance decrease
  • Loading branch information
1technophile committed Jan 16, 2020
1 parent d6e478a commit a847651
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion RCSwitch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ static const RCSwitch::Protocol PROGMEM proto[] = {
{ 200, { 3, 130}, { 7, 16 }, { 3, 16}, false}, // protocol 8 Conrad RS-200 RX
{ 200, { 130, 7 }, { 16, 7 }, { 16, 3 }, true}, // protocol 9 Conrad RS-200 TX
{ 365, { 18, 1 }, { 3, 1 }, { 1, 3 }, true }, // protocol 10 (1ByOne Doorbell)
{ 270, { 36, 1 }, { 1, 2 }, { 2, 1 }, true } // protocol 11 (HT12E)
{ 270, { 36, 1 }, { 1, 2 }, { 2, 1 }, true }, // protocol 11 (HT12E)
{ 320, { 36, 1 }, { 1, 2 }, { 2, 1 }, true } // protocol 12 (SM5212)
};

enum {
Expand Down

0 comments on commit a847651

Please sign in to comment.