mirror of
https://github.com/arduino/Arduino.git
synced 2025-03-13 10:29:35 +01:00
corrected error in barometric pressure server example
This commit is contained in:
parent
6628bb061f
commit
52030561a9
@ -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[] = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user