1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-05-03 20:44:46 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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