We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50189ef commit fc5a882Copy full SHA for fc5a882
SolArduino_atom/SolArduino/setup.ino
@@ -43,10 +43,10 @@ void setupNAS() {
43
// if (!ether.dnsLookup(website))
44
// Serial.println("DNS failed");
45
//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;
+ ether.hisip[0]=68;
+ ether.hisip[1]=66;
+ ether.hisip[2]=243;
+ ether.hisip[3]=182;
50
//below not applicable anymore, but could always change
51
// the http request needs a different dns, so we set that here and do setup again
52
// dns[0] = 192;
0 commit comments