From 149554e61c29f27199cb08bcc08abd77ffa4b104 Mon Sep 17 00:00:00 2001 From: Pascal Langer Date: Thu, 26 Aug 2021 23:23:38 +0200 Subject: [PATCH] Update MT99xx_ccnrf.ino --- Multiprotocol/MT99xx_ccnrf.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Multiprotocol/MT99xx_ccnrf.ino b/Multiprotocol/MT99xx_ccnrf.ino index 5d34da9..8adff3f 100644 --- a/Multiprotocol/MT99xx_ccnrf.ino +++ b/Multiprotocol/MT99xx_ccnrf.ino @@ -32,7 +32,7 @@ //#define FORCE_A180_ID //#define FORCE_DRAGON_ID -#define FORCE_F949G_ID +//#define FORCE_F949G_ID enum { MT99XX_DATA, @@ -287,7 +287,7 @@ static void __attribute__((unused)) MT99XX_send_packet() static void __attribute__((unused)) MT99XX_RF_init() { - if(sub_protocol == YZ) + if(sub_protocol == YZ || sub_protocol == F949G) XN297_Configure(XN297_CRCEN, XN297_UNSCRAMBLED, XN297_250K); else XN297_Configure(XN297_CRCEN, XN297_SCRAMBLED, XN297_1M);