mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-12 01:53:07 +03:00
fixed typo
This commit is contained in:
@ -12,7 +12,7 @@
|
||||
|
||||
#include <ESP8266httpClient.h>
|
||||
|
||||
#define USE_SERIAL Serial1
|
||||
#define USE_SERIAL Serial
|
||||
|
||||
ESP8266WiFiMulti WiFiMulti;
|
||||
|
||||
@ -59,7 +59,7 @@ void loop() {
|
||||
USE_SERIAL.println(payload);
|
||||
}
|
||||
} 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");
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user