mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-17 22:23:10 +03:00
corrected error in barometric pressure server example
This commit is contained in:
@ -32,7 +32,7 @@ byte mac[] = {
|
|||||||
0xDE, 0xAD, 0xBE, 0xEF, 0xFE, 0xED};
|
0xDE, 0xAD, 0xBE, 0xEF, 0xFE, 0xED};
|
||||||
// assign an IP address for the controller:
|
// assign an IP address for the controller:
|
||||||
byte ip[] = {
|
byte ip[] = {
|
||||||
192,169,1,20 };
|
192,168,1,20 };
|
||||||
byte gateway[] = {
|
byte gateway[] = {
|
||||||
192,168,1,1};
|
192,168,1,1};
|
||||||
byte subnet[] = {
|
byte subnet[] = {
|
||||||
|
Reference in New Issue
Block a user