Replies: 1 comment 4 replies
-
|
I think this is already in place. Use $304 setting to configure. Use $304=1 to force DHCP or $304=0 for a static IP address (requires setting $301, $302, $303 for IP, Gateway, Netmask). |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This is very useful for a direct Ethernet connection to a device such as a Pi, which by default uses DHCP client network settings.
grblHAL will assign an IP address automatically, so the user does not need to mess around with assigning a static IP address to the Pi.
This can also be turned off if the user prefers the other way around, where grblHAL acts as a DHCP client which already what we have right now.
Beta Was this translation helpful? Give feedback.
All reactions