Skip to content

Commit 6129c2f

Browse files
committed
fix(dns): Fixed incorrect static dns after reboot when ethernet is enabled
- Closes ESPAT-2514
1 parent 4b09fc9 commit 6129c2f

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)