sheaivey / rx5808-pro-diversity

DIY project to create your own 5.8ghz FPV diversity basestation - based off the rx5808 receiver module. Project includes basic Arduino Nano implementation to advanced custom PCB board and introduction to digital switches 4066 chip.
http://www.laforgefpv.com
MIT License
608 stars 260 forks source link

Serial out without diversity #160

Open Ryz3D opened 5 years ago

Ryz3D commented 5 years ago

not a big problem, but if you use serial and not use diversity the code doesn't compile because of line 214 in receiver.cpp: it's trying to access rssiB and rssiBRaw, so i added an #ifdef USE_DIVERSITY