mirror of
https://github.com/esp8266/Arduino.git
synced 2025-08-07 00:04:36 +03:00
Changes to integrate latest core updates to WiFly branch
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
* WiFi shield attached
|
||||
|
||||
created 13 July 2010
|
||||
by Domenico La Fauci
|
||||
by dlf (Metodo2 srl)
|
||||
modified 5 June 2011
|
||||
by Tom Igoe
|
||||
*/
|
||||
@@ -61,7 +61,7 @@ void loop() {
|
||||
|
||||
void printIpData() {
|
||||
// print your WiFi shield's IP address:
|
||||
ip = WiFi.localIp();
|
||||
ip = WiFi.localIP();
|
||||
Serial.print("IP: ");
|
||||
Serial.print(ip[3]);
|
||||
Serial.print(".");
|
||||
|
Reference in New Issue
Block a user