Skip to content

Commit

Permalink
Fix constant name of CONFIG_CHIP_ENABLE_ICD_SUPPORT (project-chip#2…
Browse files Browse the repository at this point in the history
…9322)

* Fix sleepy constant

* Undo submodule change
  • Loading branch information
andy31415 authored Sep 18, 2023
1 parent 878282e commit 627e9b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/resource-monitoring-app/telink/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ CONFIG_PWM=y

# OpenThread configs
CONFIG_OPENTHREAD_MTD=y
CONFIG_CHIP_ENABLE_SLEEPY_END_DEVICE_SUPPORT=y
CONFIG_CHIP_ENABLE_ICD_SUPPORT=y
CONFIG_CHIP_THREAD_SSED=n

# Default OpenThread network settings
Expand Down

0 comments on commit 627e9b3

Please sign in to comment.