diff --git a/src/main/drivers/rx/rx_sx1280.c b/src/main/drivers/rx/rx_sx1280.c index f8550d70ee..bf9a5cc5a4 100644 --- a/src/main/drivers/rx/rx_sx1280.c +++ b/src/main/drivers/rx/rx_sx1280.c @@ -208,6 +208,7 @@ bool sx1280Init(IO_t resetPin, IO_t busyPin) if (busyPin) { IOInit(busyPin, OWNER_RX_SPI_EXPRESSLRS_BUSY, 0); + IOConfigGPIO(busyPin, IOCFG_IN_FLOATING); } else { busyPin = IO_NONE; }