Search found 2 matches

by bas_KC
Mon Nov 04, 2019 10:29 am
Forum: ESP-IDF
Topic: (answered) Questions about OTA/bootloader
Replies: 7
Views: 8182

Re: Questions about OTA/bootloader

https://docs.espressif.com/projects/esp ... ables.html
There is the information you are looking for ;)
by bas_KC
Thu Oct 31, 2019 9:36 am
Forum: ESP-IDF
Topic: IPV6 support
Replies: 0
Views: 2525

IPV6 support

Hello, I would like to implement both IPV4 and IPV6 to my software. The IPV4 is currently working perfectly. I do however have some issues while implementing IPV6. The IWIP supports dualstack, altough I don't see this in the ESP-IDF environment. Is IPV6 already implemented in the EPS-IDF environment...