Skip to content

Commit

Permalink
Update IP address
Browse files Browse the repository at this point in the history
  • Loading branch information
vielma24 committed Jan 19, 2018
1 parent 1b4a35e commit 92c6445
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ int packetSize;
// Enter a MAC address and IP address for your controller below.
// The IP address will be dependent on your local network:
byte mac[] = { 0x90, 0xA2, 0xDA, 0x10, 0x30, 0xD3 };
byte ip[] = {192, 168, 1, 177};
byte ip[] = {192, 168, 1, 10};
byte gateway[] = {192,168,1,1};
byte subnet[] = {255,255,255,0};

Expand Down Expand Up @@ -387,4 +387,4 @@ void switchLEDs(int colorCode) {

break;
}
}
}

0 comments on commit 92c6445

Please sign in to comment.