mirror of
https://github.com/scottchiefbaker/ESP-WebOTA.git
synced 2024-08-30 18:12:33 +00:00
Clarify the port/path in the README
This commit is contained in:
parent
f13661cb21
commit
0677169cfe
@ -17,9 +17,9 @@ Optionally initialize the WebOTA library if you want to change the defaults . Th
|
|||||||
void setup() {
|
void setup() {
|
||||||
// Other init code here (WiFi, etc)
|
// Other init code here (WiFi, etc)
|
||||||
|
|
||||||
// The defaults are 8080 and "/webota"
|
// To use a specific port and path uncomment this line
|
||||||
// if you omit init_web_ota() it will use the defaults
|
// Defaults are 8080 and "/webota"
|
||||||
init_web_ota(8888, "/update");
|
// init_web_ota(8888, "/update");
|
||||||
}
|
}
|
||||||
|
|
||||||
Listen for update requests at the end of your `loop()` function:
|
Listen for update requests at the end of your `loop()` function:
|
||||||
|
Loading…
Reference in New Issue
Block a user