From b68e4fcfba1929d6c618094b309cb501e93c9806 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Mon, 9 Apr 2018 22:01:56 +0200 Subject: [PATCH] changed channel to 76 --- Src/nrf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Src/nrf.c b/Src/nrf.c index 8f7c0cb..829e032 100644 --- a/Src/nrf.c +++ b/Src/nrf.c @@ -511,7 +511,7 @@ void NRF_Init(uint8_t pSpeed) NRF_WriteRegister(RG_EN_RXADDR, 0x01); // disable all except 1 which we'll assign later NRF_WriteRegister(RG_SETUP_RETR, 0x18); // 8 retries, 500 ms - NRF_WriteRegister(RG_RF_CH, 7); // channel 2 NO HIGHER THAN 83 in USA! + NRF_WriteRegister(RG_RF_CH, 76); // channel NRF_WriteRegister(RG_RF_SETUP, pSpeed);