1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-12 01:53:07 +03:00

fixed typo

This commit is contained in:
Markus Sattler
2015-11-25 12:53:28 +01:00
parent 75fb6e2002
commit 9089448d25
5 changed files with 17 additions and 16 deletions

View File

@ -13,7 +13,7 @@
#include <ESP8266httpClient.h>
#define USE_SERIAL Serial1
#define USE_SERIAL Serial
ESP8266WiFiMulti WiFiMulti;
@ -54,7 +54,7 @@ void loop() {
http.writeToStream(&USE_SERIAL);
}
} else {
USE_SERIAL.print("[HTTP] GET... faild, no connection or no HTTP server\n");
USE_SERIAL.print("[HTTP] GET... failed, no connection or no HTTP server\n");
}
}