radio.write(&......,sizeof(...)); does not compile without the '&' if float is used.
I don't know what .... represents, but if the compiler expects it, maybe that's a clue for you.
radio.write(&......,sizeof(...)); does not compile without the '&' if float is used.
I don't know what .... represents, but if the compiler expects it, maybe that's a clue for you.