mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-19 23:22:16 +03:00
* Update ArduinoOTA.cpp * Update ArduinoOTA.cpp
This commit is contained in:
parent
d9ef6b5f18
commit
a19ff3517e
@ -152,7 +152,7 @@ int ArduinoOTAClass::parseInt(){
|
|||||||
data[index++] = '\0';
|
data[index++] = '\0';
|
||||||
return atoi(data);
|
return atoi(data);
|
||||||
}
|
}
|
||||||
data[index++] = _udp_ota->read();
|
data[index] = _udp_ota->read();
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user