We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fa25c0 commit cabc4c5Copy full SHA for cabc4c5
libraries/ArduinoOTA/src/ArduinoOTA.h
@@ -29,10 +29,10 @@ class ArduinoOTAClass
29
ArduinoOTAClass();
30
~ArduinoOTAClass();
31
32
- //Sets the service port. Default 8266
+ //Sets the service port. Default 3232
33
void setPort(uint16_t port);
34
35
- //Sets the device hostname. Default esp8266-xxxxxx
+ //Sets the device hostname. Default esp32-xxxxxx
36
void setHostname(const char *hostname);
37
String getHostname();
38
0 commit comments