From 8b66920165f1c2332e8074e7a19a6d86edf14811 Mon Sep 17 00:00:00 2001 From: aurelienhess <38730075+aurelienhess@users.noreply.github.com> Date: Tue, 7 Jan 2025 18:13:22 +0100 Subject: [PATCH] Update Somfy_Remote.ino Changed PORT_TX Low operations to bitwise OR instead of logical OR --- Somfy_Remote.ino | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Somfy_Remote.ino b/Somfy_Remote.ino index d57a506..d70eae1 100644 --- a/Somfy_Remote.ino +++ b/Somfy_Remote.ino @@ -42,7 +42,7 @@ void SendCommand(byte *frame, byte sync); void setup() { Serial.begin(115200); DDRD |= 1<