From b21a28e3a4e027ce1345b4cd5a65dfe41cc3bb35 Mon Sep 17 00:00:00 2001 From: Ziver Koc Date: Mon, 29 Aug 2016 22:59:57 +0200 Subject: [PATCH] Fixes issue 34 nexa transmission issue --- .../hal/plugin/tellstick/protocol/NexaSelfLearningProtocol.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/se/hal/plugin/tellstick/protocol/NexaSelfLearningProtocol.java b/src/se/hal/plugin/tellstick/protocol/NexaSelfLearningProtocol.java index cb59e349..5d735a97 100755 --- a/src/se/hal/plugin/tellstick/protocol/NexaSelfLearningProtocol.java +++ b/src/se/hal/plugin/tellstick/protocol/NexaSelfLearningProtocol.java @@ -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) {