I try to connect ethernet with static ip first, and if it does not connect, I want to connect with dynamic ip.
Posted: Mon Jul 04, 2022 2:55 pm
Hello
I was working on project using esp32 wrover-e with PlatformIO v4.4.1 and Arduino framework.
I try to connect ethernet with static ip first, and if it does not connect, I want to connect with dynamic ip.
How can I get Ethernet to work like the above scenario?
I think I need ETH.end(). How should I implement the ETH.end() function?
Any suggestion and help will be highly appreciated.
I was working on project using esp32 wrover-e with PlatformIO v4.4.1 and Arduino framework.
I try to connect ethernet with static ip first, and if it does not connect, I want to connect with dynamic ip.
How can I get Ethernet to work like the above scenario?
I think I need ETH.end(). How should I implement the ETH.end() function?
Any suggestion and help will be highly appreciated.