From 6b181db629fd7c3264ebc6334270ceb20a0816eb Mon Sep 17 00:00:00 2001 From: pascallanger Date: Thu, 18 Apr 2024 10:40:37 +0200 Subject: [PATCH] SLT try 1e --- Multiprotocol/SLT_ccnrf.ino | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/Multiprotocol/SLT_ccnrf.ino b/Multiprotocol/SLT_ccnrf.ino index 88fd8c3..a7c139e 100644 --- a/Multiprotocol/SLT_ccnrf.ino +++ b/Multiprotocol/SLT_ccnrf.ino @@ -291,21 +291,25 @@ void SLT_init() { packet_length = SLT_PAYLOADSIZE_V1; #ifdef MULTI_SYNC - packet_period = 20000+2000; + packet_period = 20000+2*SLT_V1_TIMING_PACKET; //22ms #endif } else if(sub_protocol==SLT_V1_4) { packet_length = SLT_PAYLOADSIZE_V1_4; #ifdef MULTI_SYNC - packet_period = 18000; + packet_period = 18000; //18ms #endif + //Test IDs + MProtocol_id = MProtocol_id_master ^ (1<