Skip to content

Commit 7d70d74

Browse files
committed
fix ci failure
1 parent 5aadb38 commit 7d70d74

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/platform/ESP32/ConfigurationManagerImpl.h

+3
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@
3535

3636
#include <platform/ESP32/ESP32Config.h>
3737

38+
#include <freertos/FreeRTOS.h>
39+
#include <freertos/timers.h>
40+
3841
namespace chip {
3942
namespace DeviceLayer {
4043

src/test_driver/esp32/sdkconfig.defaults

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ CONFIG_ESP_MAIN_TASK_STACK_SIZE=32768
3131

3232
#enable BT
3333
CONFIG_BT_ENABLED=y
34+
CONFIG_BT_NIMBLE_ENABLED=y
3435

3536
#enable HKDF in mbedtls
3637
CONFIG_MBEDTLS_HKDF_C=y

0 commit comments

Comments
 (0)