diff options
author | Damien George <damien@micropython.org> | 2024-09-02 13:25:53 +1000 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2024-09-26 23:00:42 +1000 |
commit | 40048f0f25a903ad8433762a56387edd8c528e19 (patch) | |
tree | ddb599ea48d1889bdbe86b3bf69d0bb292464f49 /docs/esp8266 | |
parent | 36fe9bbf0001fda887fdc85b6eac8e926d2cf3f0 (diff) | |
download | micropython-40048f0f25a903ad8433762a56387edd8c528e19.tar.gz micropython-40048f0f25a903ad8433762a56387edd8c528e19.zip |
ports: Fix lwIP config setting to disable DHCP ARP check.
lwIP was recently updated in a89ac9e24a566e45bd3ffa7ef9e61e1d994616ea
to STABLE-2_2_0_RELEASE, and this introduced a change in the configuration
variable `DHCP_DOES_ARP_CHECK`, renaming it to `LWIP_DHCP_DOES_ACD_CHECK`.
This commit fixes the ports lwIP settings to use the new configuration
option.
Without this option, connecting to a WiFi access-point takes about 12.5
seconds. With this option (ie disabling DHCP ARP checks) connecting takes
about 4 seconds.
Tested on an RPI_PICO_W and PYBD_SF2.
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'docs/esp8266')
0 files changed, 0 insertions, 0 deletions