mirror of
https://github.com/esphome/esphome.git
synced 2026-07-11 01:15:33 +00:00
[openthread] Disable default enabled OT diag code (#14399)
This commit is contained in:
@@ -53,6 +53,9 @@ def set_sdkconfig_options(config):
|
||||
# There is a conflict if the logger's uart also uses the default UART, which is seen as a watchdog failure on "ot_cli"
|
||||
add_idf_sdkconfig_option("CONFIG_OPENTHREAD_CLI", False)
|
||||
|
||||
# Diag unused, if needed for lab/cert/etc tests then enable separately
|
||||
add_idf_sdkconfig_option("CONFIG_OPENTHREAD_DIAG", False)
|
||||
|
||||
add_idf_sdkconfig_option("CONFIG_OPENTHREAD_ENABLED", True)
|
||||
|
||||
if tlv := config.get(CONF_TLV):
|
||||
|
||||
Reference in New Issue
Block a user