Skip to content

Commit fc5a882

Browse files
committed
new server ip
1 parent 50189ef commit fc5a882

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

SolArduino_atom/SolArduino/setup.ino

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ void setupNAS() {
4343
// if (!ether.dnsLookup(website))
4444
// Serial.println("DNS failed");
4545
//instead of dns lookup, set hisip (ip of NAS) manually to be used by browseURL
46-
ether.hisip[0]=91;
47-
ether.hisip[1]=184;
48-
ether.hisip[2]=13;
49-
ether.hisip[3]=53;
46+
ether.hisip[0]=68;
47+
ether.hisip[1]=66;
48+
ether.hisip[2]=243;
49+
ether.hisip[3]=182;
5050
//below not applicable anymore, but could always change
5151
// the http request needs a different dns, so we set that here and do setup again
5252
// dns[0] = 192;

0 commit comments

Comments
 (0)