Skip to content

Commit 4dd278b

Browse files
author
adrionics
authored
Update Updater.h
1 parent b556075 commit 4dd278b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/esp8266/Updater.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ class UpdaterClass {
8080
Should be equal to the remaining bytes when called
8181
Usable for slow streams like Serial
8282
*/
83-
size_t writeStream(Stream &data);
83+
size_t writeStream(Stream &data, uint16_t streamTimeout = 60000);
8484

8585
/*
8686
If all bytes are written

0 commit comments

Comments
 (0)