You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the default IP address is set using compiler defines, which is inconvenient for users of the Arduino platform (no IDE support for that). It may be better to add the address to the begin() method. Need to see how that combines well with existing arguments.
The text was updated successfully, but these errors were encountered:
Right now the default IP address is set using compiler defines, which is inconvenient for users of the Arduino platform (no IDE support for that). It may be better to add the address to the
begin()
method. Need to see how that combines well with existing arguments.The text was updated successfully, but these errors were encountered: