ESP32 default port in comment (#721)
* ESP32 default port in comment * ESP32 default hostname.
This commit is contained in:
parent
0fa25c09ef
commit
cabc4c5bb5
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user