Skip to content

Commit

Permalink
daemon: change PulseLength to 270ms
Browse files Browse the repository at this point in the history
  • Loading branch information
xkonni committed Nov 24, 2012
1 parent 3c03aa8 commit 7b161ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions daemon.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ int main(int argc, char* argv[]) {
if (wiringPiSetup () == -1)
return 1;
mySwitch = RCSwitch();
mySwitch.setPulseLength(270);
usleep(50000);
mySwitch.enableTransmit(0);

Expand Down

0 comments on commit 7b161ce

Please sign in to comment.