From e5b508c72b920047db8eb052063ca4b13d91f7a6 Mon Sep 17 00:00:00 2001 From: Dennis Date: Sun, 26 Feb 2017 15:00:01 -0500 Subject: [PATCH] Changed protocol number to 33 Was previously 30, but the main branch has now allocated up to 32, so changing to 33 --- Multiprotocol/Multiprotocol.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Multiprotocol/Multiprotocol.h b/Multiprotocol/Multiprotocol.h index e3481a5..1c9f35d 100644 --- a/Multiprotocol/Multiprotocol.h +++ b/Multiprotocol/Multiprotocol.h @@ -55,7 +55,7 @@ enum PROTOCOLS MODE_OPENLRS = 27, // =>OpenLRS hardware MODE_AFHDS2A = 28, // =>A7105 MODE_Q2X2 = 29, // =>NRF24L01, extension of CX-10 protocol - MODE_CABELL = 30, // =>NRF24L01 + MODE_CABELL = 33, // =>NRF24L01 }; enum Flysky @@ -448,7 +448,7 @@ Serial: 100000 Baud 8e2 _ xxxx xxxx p -- OpenLRS 27 AFHDS2A 28 Q2X2 29 - CABELL 30 + CABELL 33 BindBit=> 0x80 1=Bind/0=No AutoBindBit=> 0x40 1=Yes /0=No RangeCheck=> 0x20 1=Yes /0=No