From 7b161ce0024a7be246c6a433c78552205720ccb2 Mon Sep 17 00:00:00 2001 From: xkonni Date: Sun, 25 Nov 2012 00:20:55 +0100 Subject: [PATCH] daemon: change PulseLength to 270ms --- daemon.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/daemon.cpp b/daemon.cpp index cee8d34..5424d25 100644 --- a/daemon.cpp +++ b/daemon.cpp @@ -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);