1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-22 08:22:04 +03:00
This commit is contained in:
John Doe
2015-07-01 00:06:40 +03:00
parent 0cf576cd99
commit 25caca044c

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();