We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dfa5ba commit 5871ca9Copy full SHA for 5871ca9
libraries/Update/src/Update.h
@@ -78,7 +78,7 @@ class UpdateClass {
78
/*
79
Prints the last error to an output stream
80
*/
81
- void printError(Stream &out);
+ void printError(Print &out);
82
83
const char * errorString();
84
libraries/Update/src/Updater.cpp
@@ -359,7 +359,7 @@ size_t UpdateClass::writeStream(Stream &data) {
359
return written;
360
}
361
362
-void UpdateClass::printError(Stream &out){
+void UpdateClass::printError(Print &out){
363
out.println(_err2str(_error));
364
365
0 commit comments