mirror of
https://github.com/bobbimanners/emailler.git
synced 2025-01-06 08:31:19 +00:00
Set server IP address to "usual" default.
This commit is contained in:
parent
ce033dab99
commit
3abe99c7a2
@ -14,7 +14,7 @@ byte ip_addr[4] = {192, 168, 0, 123};
|
||||
byte submask[4] = {255, 255, 255, 0};
|
||||
byte gateway[4] = {192, 168, 0, 1};
|
||||
|
||||
byte server[4] = {192, 168, 0, 25}; // IP addr of machine running w5100_peer.c
|
||||
byte server[4] = {192, 168, 0, 2}; // IP addr of machine running w5100_peer.c
|
||||
|
||||
void main(void)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user