Skip to content

Commit

Permalink
fix ci failure
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamdp committed Sep 12, 2024
1 parent 5aadb38 commit 7d70d74
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/platform/ESP32/ConfigurationManagerImpl.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@

#include <platform/ESP32/ESP32Config.h>

#include <freertos/FreeRTOS.h>
#include <freertos/timers.h>

namespace chip {
namespace DeviceLayer {

Expand Down
1 change: 1 addition & 0 deletions src/test_driver/esp32/sdkconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ CONFIG_ESP_MAIN_TASK_STACK_SIZE=32768

#enable BT
CONFIG_BT_ENABLED=y
CONFIG_BT_NIMBLE_ENABLED=y

#enable HKDF in mbedtls
CONFIG_MBEDTLS_HKDF_C=y
Expand Down

0 comments on commit 7d70d74

Please sign in to comment.