mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-06-30 04:21:00 +02:00
ESP32 default port in comment (#721)
* ESP32 default port in comment * ESP32 default hostname.
This commit is contained in:
@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user