Skip to content

Commit

Permalink
fix: workaround lwip dhcp+auto-ip issue (#753)
Browse files Browse the repository at this point in the history
* chore: increased lwip autoip coop tries from 1 to 5

* Update lwip/lwip_config/lwipopts.h
  • Loading branch information
daantimmer authored Oct 28, 2024
1 parent 28ef5f8 commit 2bb0caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lwip/lwip_config/lwipopts.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ uint32_t StaticLwIpRand();

#define LWIP_TCP_PCB_NUM_EXT_ARGS 1

#define LWIP_DHCP_AUTOIP_COOP_TRIES 1
#define LWIP_DHCP_AUTOIP_COOP_TRIES 5

#ifdef __cplusplus
}
Expand Down

0 comments on commit 2bb0caf

Please sign in to comment.