ESP32 default port in comment (#721)

* ESP32 default port in comment

* ESP32 default hostname.
This commit is contained in:
Rafa Couto 2017-10-13 10:46:38 +02:00 committed by Me No Dev
parent 0fa25c09ef
commit cabc4c5bb5

View File

@ -29,10 +29,10 @@ class ArduinoOTAClass
ArduinoOTAClass();
~ArduinoOTAClass();
//Sets the service port. Default 8266
//Sets the service port. Default 3232
void setPort(uint16_t port);
//Sets the device hostname. Default esp8266-xxxxxx
//Sets the device hostname. Default esp32-xxxxxx
void setHostname(const char *hostname);
String getHostname();