mirror of
https://github.com/esphome/esphome.git
synced 2026-09-20 19:48:39 +00:00
[openthread] Add Thread version DEBUG trace (#14196)
This commit is contained in:
@@ -104,6 +104,8 @@ void OpenThreadComponent::ot_main() {
|
||||
esp_cli_custom_command_init();
|
||||
#endif // CONFIG_OPENTHREAD_CLI_ESP_EXTENSION
|
||||
|
||||
ESP_LOGD(TAG, "Thread Version: %" PRIu16, otThreadGetVersion());
|
||||
|
||||
otLinkModeConfig link_mode_config{};
|
||||
#if CONFIG_OPENTHREAD_FTD
|
||||
link_mode_config.mRxOnWhenIdle = true;
|
||||
|
||||
Reference in New Issue
Block a user