1
0
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:
adrionics
2019-05-19 12:04:41 -06:00
committed by GitHub
parent b5560759ec
commit 4dd278b96f

View File

@ -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