This commit is contained in:
Nicu Hodos 2016-05-26 22:38:13 +02:00
parent c2393c7e4c
commit c29a996487

View File

@ -13,8 +13,8 @@
#define SENDER 2
RCSwitch mySwitch = RCSwitch();
char* WND_OPEN = "00000000000000000000000001000002";
char* WND_CLOSED = "00000000000000000000000001100002";
char* WND_OPEN = "00000000000000000000000001000010";
char* WND_CLOSED = "00000000000000000000000001100010";
int counter = 0;
bool currentState;