mirror of
https://github.com/esp8266/Arduino.git
synced 2025-05-03 20:44:46 +03:00
Merge pull request #2 from adrionics/adrionics-patch-updater-stream-timeout-1
Update Updater.h
This commit is contained in:
commit
3835991335
@ -80,7 +80,7 @@ class UpdaterClass {
|
|||||||
Should be equal to the remaining bytes when called
|
Should be equal to the remaining bytes when called
|
||||||
Usable for slow streams like Serial
|
Usable for slow streams like Serial
|
||||||
*/
|
*/
|
||||||
size_t writeStream(Stream &data);
|
size_t writeStream(Stream &data, uint16_t streamTimeout = 60000);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
If all bytes are written
|
If all bytes are written
|
||||||
|
Loading…
x
Reference in New Issue
Block a user