arduino / nina-fw

Firmware for u-blox NINA W102 WiFi/BT module
135 stars 117 forks source link

Disable CONFIG_LWIP_DHCP_DOES_ARP_CHECK #17

Closed sandeepmistry closed 5 years ago

sandeepmistry commented 5 years ago

This changes disables the CONFIG_LWIP_DHCP_DOES_ARP_CHECK IDF config option.

Resolved #14.

I've attached a build to try out: NINA_W102.bin.zip

sandeepmistry commented 5 years ago

This shaves off about 1 second in connection time for me :)

3h50 commented 5 years ago

Confirming CONFIG_LWIP_DHCP_DOES_ARP_CHECK fixed issues with DHCP reservations and the Arduino declining it's own IP address after it was assigned.

sandeepmistry commented 5 years ago

Hi @mrarmyant,

Here's a binary build for the Uno WiFi Rev2: NINA_W102-Uno_WiFi_Rev2.bin.zip

Thanks for reporting and helping resolve issue #14!

I've going to merge this pull request and it will be part of the next NINA firmware release.