Fixed ESP32 BLE can't resolve the peer address when enable white list

This commit is contained in:
xiewenxiang
2021-07-13 22:13:20 +08:00
parent 1fd56e0b87
commit 1cc0f6aac5
3 changed files with 11 additions and 0 deletions

View File

@@ -292,3 +292,6 @@
*/
#define SOC_SDMMC_USE_IOMUX 1
#define SOC_SDMMC_NUM_SLOTS 2
/*------------------------------ BLE --------------------------------------------*/
#define SOC_BLE_DONT_UPDATE_OWN_RPA (1)