Is there a function call that can be made that puts the ESP32 module into a constant TX mode (carrier frequency only)? We’re getting ready to send off our controls for CE and FCC testing and one of the requirements is to have a way to turn the constant TX on/off. I don’t think using the special bin files from Espressif is an option.
Well, AFAIK you’ll need to use those files for that. Is there a reason why not ?
My best guess is that if Espressif provides those files instead of a command, as mOS uses the IDF, there is no such thing in mOS and you can’t craft your own because that is not in the IDF, and the reason for all that is that Espressif does not seem to publish any info on their Wi-Fi hardware, so it is only them who are able to do that.