1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-19 23:22:16 +03:00
This commit is contained in:
John Doe 2015-07-01 00:06:40 +03:00 committed by Ivan Grokhotkov
parent dc9072b94b
commit 83eeaa31e0

View File

@ -29,7 +29,7 @@ void setup() {
}
void loop() {
if (ota_cmd_listener.parsePacket()) {
if (listener.parsePacket()) {
IPAddress remote = listener.remoteIP();
int cmd = listener.parseInt();
int port = listener.parseInt();