Configure a fixed IP wt32_eth01 #491
Replies: 2 comments 2 replies
-
I'm not sure if I done some additional changes in my version of code but in setup.h file I have added such likes:
maybe this will help you? |
Beta Was this translation helpful? Give feedback.
-
Sorry ... I give you wrong names of pre-processor variables :-( In setup.h you have such section: //Uncomment this to set a static IP instead of DHCP for the ESP (Separate by commas instead of dots) and those variables are used in setup_wifi function: void setup_wifi() #if defined(WIFI_IP) && defined(WIFI_GATEWAY) && defined(WIFI_SUBNET)
... just uncomment this section in setup.h and assign your correct IP definition. |
Beta Was this translation helpful? Give feedback.
-
Hi, someone help me configure a fixed IP over Ethernet? I've been trying for days without luck using the bgcngm code.
Beta Was this translation helpful? Give feedback.
All reactions