Skip to content

Commit cabc4c5

Browse files
rafacoutome-no-dev
authored andcommitted
ESP32 default port in comment (espressif#721)
* ESP32 default port in comment * ESP32 default hostname.
1 parent 0fa25c0 commit cabc4c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libraries/ArduinoOTA/src/ArduinoOTA.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ class ArduinoOTAClass
2929
ArduinoOTAClass();
3030
~ArduinoOTAClass();
3131

32-
//Sets the service port. Default 8266
32+
//Sets the service port. Default 3232
3333
void setPort(uint16_t port);
3434

35-
//Sets the device hostname. Default esp8266-xxxxxx
35+
//Sets the device hostname. Default esp32-xxxxxx
3636
void setHostname(const char *hostname);
3737
String getHostname();
3838

0 commit comments

Comments
 (0)