Skip to content

Commit 7d2da40

Browse files
committed
Merge branch 'fix/static_dns_not_work_when_eth_enabled_v4.1.0.0' into 'release/v4.1.0.0'
fix(dns): Fixed incorrect static dns after reboot when ethernet is enabled (v4.1.0.0) See merge request application/esp-at!1971
2 parents 4b09fc9 + 6129c2f commit 7d2da40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/at/src/at_cmd_register.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ ESP_AT_CMD_SET_FIRST_INIT_FN(esp_at_driver_cmd_regist, 19);
9191
#endif
9292

9393
#ifdef CONFIG_AT_ETHERNET_SUPPORT
94-
ESP_AT_CMD_SET_FIRST_INIT_FN(esp_at_eth_cmd_regist, 20);
94+
ESP_AT_CMD_SET_FIRST_INIT_FN(esp_at_eth_cmd_regist, 2);
9595
#endif
9696

9797
void esp_at_cmd_set_register(void)

0 commit comments

Comments
 (0)