I am trying to write a program that provides window time for transmitting and receiving packets. As of now I'm looking on rfpacketRX and rfpacketTX examples for reference. In rfpacketRX example, it is set on repeat mode((RF_cmdPropRx.pktConf.bRepeatOk = 1). On my application, I need to have window where it needs to continuously receive. As of now, Im turning on and off the the FS before using the prop radio command for rRX on this window time to continuously receive packet. Though I have seen other threads that said that you should only turn off FS if there is a need to change frequency. is there a better or porpper way to stop the repeat mode RX during the receive window time without switching the frequency synth before executing the RX command?? Thanks