Skip to content

Commit

Permalink
Merge branch 'bugfix/support_eth_intf_only' into 'master'
Browse files Browse the repository at this point in the history
fix: Supported to use ethernet interface only mode

See merge request application/esp-at!1643
  • Loading branch information
xcguang committed Oct 29, 2024
2 parents dbceb52 + 71d74a2 commit 52cbf69
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 52cbf69

Please sign in to comment.