Search found 1 match

by bilicdav
Wed Aug 09, 2023 10:21 am
Forum: ESP-IDF
Topic: ESP32 Ethernet for TCP/IP without internet connection
Replies: 1
Views: 1164

Re: ESP32 Ethernet for TCP/IP without internet connection

Hello,

you can try first to set in menuconfig -> Component config -> LwIP -> Enable IPv4 Link-Local Addressing (AUTOIP).
Then your device will get IP address, and then you can try to change it. Tell me is it helpfull ?