Arduino Forum
>
Development
>
Other Software Development
>
arduino 1.0 ethernet.begin() gateway and subnet are switched
Print
Go Down
Pages:
[1]
Topic: arduino 1.0 ethernet.begin() gateway and subnet are switched
(Read 3883 times)
previous topic
-
next topic
McLeft
Guest
arduino 1.0 ethernet.begin() gateway and subnet are switched
Dec 18, 2011, 06:46 pm
fyi
0022 Ethernet.begin(mac, ip,
gateway
, subnet);
1.0 Ethernet.begin(mac, ip,
subnet
, gateway);
Print
Go Up
Pages:
[1]
Loading...