mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-29 16:03:14 +03:00
Update Updater.h
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user