You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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_pro_osd ever done ;_)
http://der-frickler.net/modellbau/fpv/fpvtime
Thanks again for the great work Marko!
The text was updated successfully, but these errors were encountered: