corrected error in barometric pressure server example

This commit is contained in:
Tom Igoe 2010-09-08 17:42:37 +00:00
parent 6628bb061f
commit 52030561a9
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ byte mac[] = {
0xDE, 0xAD, 0xBE, 0xEF, 0xFE, 0xED};
// assign an IP address for the controller:
byte ip[] = {
192,169,1,20 };
192,168,1,20 };
byte gateway[] = {
192,168,1,1};
byte subnet[] = {