mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-15 00:02:49 +03:00
Add ArduinoOTAClass::end() (#8379)
This adds the end() function for the ArduinoOTA class. ESP32 has this implemented, however ESP8266 was lacking this.
This commit is contained in:
@ -62,6 +62,8 @@ class ArduinoOTAClass
|
||||
//Starts the ArduinoOTA service
|
||||
void begin(bool useMDNS = true);
|
||||
|
||||
//Ends the ArduinoOTA service
|
||||
void end();
|
||||
//Call this in loop() to run the service. Also calls MDNS.update() when begin() or begin(true) is used.
|
||||
void handle();
|
||||
|
||||
|
Reference in New Issue
Block a user