Skip to content

Commit 52cbf69

Browse files
committed
Merge branch 'bugfix/support_eth_intf_only' into 'master'
fix: Supported to use ethernet interface only mode See merge request application/esp-at!1643
2 parents dbceb52 + 71d74a2 commit 52cbf69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/at/src/at_init.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ static void at_wifi_statistics_task(void *params)
6262

6363
esp_err_t esp_at_netif_init(void)
6464
{
65-
#ifdef CONFIG_AT_WIFI_COMMAND_SUPPORT
65+
#if defined(CONFIG_AT_WIFI_COMMAND_SUPPORT) || defined(CONFIG_AT_ETHERNET_SUPPORT)
6666
return esp_netif_init();
6767
#else
6868
return ESP_OK;

0 commit comments

Comments
 (0)