markohoepken / rx5808_pro_osd

Deluxe OSD 5.8GHz (rx5808 module) control based on minimOSD Ardunino board
114 stars 32 forks source link

double definition of rx module select pin #9

Open derFrickler opened 7 years ago

derFrickler commented 7 years ago

When porting the code to the micro minim OSD i had to reconfigure the SPI select pin for the rx module. After struggling with the RX not working i found that the select pin had to be changed in 2 places.

Some routines use:

define rx5808_SEL

others still uses:

define slaveSelectPin

Both need to point to the same pin to make it work.

BTW, thing i did the smallest build of the rx5808_proosd ever done ;) http://der-frickler.net/modellbau/fpv/fpvtime

Thanks again for the great work Marko!