arduino-esp32/tools
Rodrigo Garcia ce2cd111a1
Fixes INADDR_NONE (#6659)
Description of Change

Fixes IPAddress INADDR_NONE declaration when using Arduino WiFi or ETH.
This symbol was defined as 0xffffffff by lwip /inet.h, making it impossible to use INADDR_NONE correctly.

This PR only works when <wifi-provisioning/wifi_config.h> has a modification to include <lwip/ip4_addr.h> instead of <lwip/inet.h>. This will be done directly to the sdk folder in the github structure and it has been fixed in IDF by a separated Merge Request. This will be reflected in the future, for good.

Tests scenarios

This PR was tested with all Arduino WiFi examples, including AsyncUDP. Also with ETH examples.
It was also tested for #6610 test cases.
Testing done for ESP32, ESP32-S2, ESP32-C3 and ESP32-S3.

Related links

fixes #6610
fixes #6247
fixes #4732
2022-04-29 11:13:07 +03:00
..
partitions v2.0.0 Add support for ESP32S2 and update ESP-IDF to 4.4 (#4996) 2021-04-05 14:23:58 +03:00
sdk Fixes INADDR_NONE (#6659) 2022-04-29 11:13:07 +03:00
espota.exe Update espota.exe 2018-05-31 15:36:09 +02:00
espota.py ESP8266 => ESP32 tidyup, set correct default port (#2948) 2019-07-09 19:24:10 +03:00
esptool.py Esp32 s3 support (#6341) 2022-03-28 12:09:41 +03:00
gen_crt_bundle.py Add certificate bundle capability to WiFiClientSecure (#6106) 2022-01-19 15:42:36 +02:00
gen_esp32part.exe v2.0.0 Add support for ESP32S2 and update ESP-IDF to 4.4 (#4996) 2021-04-05 14:23:58 +03:00
gen_esp32part.py IDF master 3e370c4296 2021-10-01 17:52:29 +03:00
get.exe Import SSL in Windows (get.exe) 2017-11-28 11:20:50 +01:00
get.py Fix CI Builds for Linux (#3313) 2019-10-01 23:13:08 +03:00
platformio-build-esp32.py Add support for extra flash images (#6625) 2022-04-26 13:58:16 +03:00
platformio-build-esp32c3.py Add support for extra flash images (#6625) 2022-04-26 13:58:16 +03:00
platformio-build-esp32s2.py Add support for extra flash images (#6625) 2022-04-26 13:58:16 +03:00
platformio-build-esp32s3.py Add support for extra flash images (#6625) 2022-04-26 13:58:16 +03:00
platformio-build.py v2.0.0 Add support for ESP32S2 and update ESP-IDF to 4.4 (#4996) 2021-04-05 14:23:58 +03:00