Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hardware malfunction for CC1101 - defect cpainchaud#103 On the serial connection (pio run -e genericESP32 -t monitor) we see continuously: Now trying to initialize hardware 'CC1101' Initialized CC1101(freq=433.92Mhz,br=9.600kbps,rxbw=250.0khz)=-104 CC1101 SetOOK(true)=0 CC1101 setPromiscuousMode(true)=0 CC1101 disableSyncWordFiltering(true)=0 Hardware failed to initialize, we will retry later! Follow instructions here to solve this: cpainchaud#103. Change ../RFLink32/RFLink/1_Radio.cpp to have default_rxBandwidth = 203000; instead of default_rxBandwidth = 250000;.
- Loading branch information