8000 Merge branch 'master' into debug-payload · arduino-hmueller01/Arduino@62f84f3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 62f84f3

Browse files
committed
Merge branch 'master' into debug-payload
2 parents 2b97f3a + a4a8782 commit 62f84f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/ota_updates/readme.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ In case OTA update fails dead after entering modifications in your sketch, you c
501501
HTTP Server
502502
-----------
503503

504-
``ESPhttpUpdate`` class can check for updates and download a binary file from HTTP web server. It is possible to download updates from every IP or domain address on the network or Internet.
504+
``ESP8266HTTPUpdate`` class can check for updates and download a binary file from HTTP web server. It is possible to download updates from every IP or domain address on the network or Internet.
505505

506506
Note that by default this class closes all other connections except the one used by the update, this is because the update method blocks. This means that if there's another application receiving data then TCP packets will build up in the buffer leading to out of memory errors causing the OTA update to fail. There's also a limited number of receive buffers available and all may be used up by other applications.
507507

0 commit comments

Comments
 (0)
0