From 1459d690d8d6d30d44df40a001c00a90229d63d5 Mon Sep 17 00:00:00 2001 From: pascallanger Date: Wed, 21 Feb 2024 11:41:23 +0100 Subject: [PATCH] Update SGF22_nrf24l01.ino --- Multiprotocol/SGF22_nrf24l01.ino | 1 + 1 file changed, 1 insertion(+) diff --git a/Multiprotocol/SGF22_nrf24l01.ino b/Multiprotocol/SGF22_nrf24l01.ino index b9dcc7f..a16d9e8 100644 --- a/Multiprotocol/SGF22_nrf24l01.ino +++ b/Multiprotocol/SGF22_nrf24l01.ino @@ -50,6 +50,7 @@ static void __attribute__((unused)) SGF22_send_packet() { //hop XN297_Hopping(packet_sent & 0x03); // ??? from the dumps I can't really say how hop and seq are sync, there could be an offset (0,1,2,3)... + //sequence from 02 to 7A by increments of 4, sometimes with a flag 0x80 from 82 to FA, I can't tell from the dumps when the switch happens if( (packet_sent & 0x03) == 0x02) packet_count = packet_sent; packet_sent++;