I am using a M5AtomS3, which is a variant of the ESP32 using BLE 5. I would like to use the CODED_PHY function to extend the range of my project and develop in Arduino.
Based on this example I need to set CONFIG_BT_BLE_50_FEATURES_SUPPORTED which is supposed to be in the sdkconfig file. However it appears that I have to recompile Espressif libraries.
Is there an easier way of activating this feature or prebuilt libraries that do this?
Why would this feature not be enabled by default, given that the S3 is meant for BLE 5.