mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-26 07:02:15 +03:00
typo
This commit is contained in:
2
hardware/esp8266com/esp8266/libraries/ESP8266mDNS/examples/DNS_SD_Arduino_OTA/DNS_SD_Arduino_OTA.ino
2
hardware/esp8266com/esp8266/libraries/ESP8266mDNS/examples/DNS_SD_Arduino_OTA/DNS_SD_Arduino_OTA.ino
@ -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();
|
||||||
|
Reference in New Issue
Block a user