Fixes issue 34

nexa transmission issue
This commit is contained in:
Ziver Koc 2016-08-29 22:59:57 +02:00
parent 6cf1415285
commit b21a28e3a4

View file

@ -123,7 +123,7 @@ public class NexaSelfLearningProtocol extends TellstickProtocol {
cmd.addPulls2().addPulls0().addPulls2().addPulls2(); // 0b1000_1010
}
}
//cmd.addPulls2().addPulls2(); // postemble?
cmd.addPulls2().addPulls2(); // postemble?
return cmd;
} catch (IOException e) {