Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions libraries/ArduinoOTA/src/ArduinoOTA.h
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down