Bind channel has FS_AUTOCAL

This commit is contained in:
Goebish 2019-09-17 02:59:11 +02:00
parent 4245f84fb1
commit a5a4573ad1

View File

@ -87,7 +87,6 @@ static void __attribute__((unused)) FrSkyX_Rx_initialise() {
CC2500_Strobe(CC2500_SFRX);
CC2500_Strobe(CC2500_SRX);
CC2500_WriteReg(CC2500_0A_CHANNR, 0);
CC2500_WriteReg(CC2500_25_FSCAL1, calData[0]);
delayMicroseconds(1000); // wait for RX to activate
}