Skip to content

Commit

Permalink
fix: Supported to use ethernet interface only mode
Browse files Browse the repository at this point in the history
- Closes #866
  • Loading branch information
ustccw committed Oct 28, 2024
1 parent dbceb52 commit 71d74a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/at/src/at_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ static void at_wifi_statistics_task(void *params)

esp_err_t esp_at_netif_init(void)
{
#ifdef CONFIG_AT_WIFI_COMMAND_SUPPORT
#if defined(CONFIG_AT_WIFI_COMMAND_SUPPORT) || defined(CONFIG_AT_ETHERNET_SUPPORT)
return esp_netif_init();
#else
return ESP_OK;
Expand Down

0 comments on commit 71d74a2

Please sign in to comment.