Skip to content

Commit 0976377

Browse files
authored
ESP32 default hostname.
1 parent 724bb28 commit 0976377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/ArduinoOTA/src/ArduinoOTA.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class ArduinoOTAClass
3232
//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)