mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-19 23:22:16 +03:00
typo
This commit is contained in:
parent
dc9072b94b
commit
83eeaa31e0
@ -29,7 +29,7 @@ void setup() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void loop() {
|
void loop() {
|
||||||
if (ota_cmd_listener.parsePacket()) {
|
if (listener.parsePacket()) {
|
||||||
IPAddress remote = listener.remoteIP();
|
IPAddress remote = listener.remoteIP();
|
||||||
int cmd = listener.parseInt();
|
int cmd = listener.parseInt();
|
||||||
int port = listener.parseInt();
|
int port = listener.parseInt();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user