Skip to content

Commit 5203056

Browse files
committed
corrected error in barometric pressure server example
1 parent 6628bb0 commit 5203056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Ethernet/examples/BarometricPressureWebServer/BarometricPressureWebServer.pde

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ byte mac[] = {
3232
0xDE, 0xAD, 0xBE, 0xEF, 0xFE, 0xED};
3333
// assign an IP address for the controller:
3434
byte ip[] = {
35-
192,169,1,20 };
35+
192,168,1,20 };
3636
byte gateway[] = {
3737
192,168,1,1};
3838
byte subnet[] = {

0 commit comments

Comments
 (0)