Radio disappeared from cube orange+ standard

Show a photo of the receiver connected to the flight controller

Reciever is connected to RCIN, (I currently have it disassembled), and I am connected to the computer via usb through the usb/buzzer dongle



I attached a different radio and got it to work, but now I can’t get the reverse pins (aux 5 and 6) to change states. I’m set up for "brushed with relay, I’ve set relay1 for 5 and relay2 for 6, set servo 13 to gpio, tried setting the relays for 7 and 8, and cannot get any response. All of the settings are in the previous post.

You set the RELAYx_PIN to one of the following AUX output values

  • Aux1 = 50
  • Aux2 = 51
  • Aux3 = 52
  • Aux4 = 53
  • Aux5 = 54
  • Aux6 = 55

Then you set SERVO9_FUNCTION (Aux1) to -1 for GPIO
and so on for any more required relay outputs:
SERVO10_FUNCTION => Aux2
.
SERVO14_FUNCTION => Aux6

Much thanks! Will try this tomorrow