Skip to content

Commit

Permalink
Updating IP address
Browse files Browse the repository at this point in the history
  • Loading branch information
lavielp committed Dec 28, 2013
1 parent a424389 commit 6be783b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GarageOpener.ino
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <Ethernet.h>

byte mac[] = {0xDE, 0xAD, 0xEF, 0xBE, 0xFE, 0xED};
IPAddress ip(192,168,1,85);
IPAddress ip(192,168,0,85);
EthernetServer server(80);

void setup() {
Expand Down

0 comments on commit 6be783b

Please sign in to comment.