-
When integrating DTM into my main app, I have to comment out the macro CONFIG_BT=y to ensure the DTM test can run properly after the build. Are there alternative ways to include both DTM and my main app in a single image, allowing DTM testing without affecting the Bluetooth functionality in my main app?
-
While integrating the WiFi Radio Test into the main app, I encountered a compilation error as shown in the figure. After reviewing the code, I found that defining CONFIG_NRF70_RADIO_TEST is not allowed. How can I ensure the coexistence of the WiFi radio test and the WiFi scan functionality?