mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-14 13:41:23 +03:00
UpdaterClass::printError now accepts the Print object
This commit is contained in:
@ -72,7 +72,7 @@ class UpdaterClass {
|
||||
/*
|
||||
Prints the last error to an output stream
|
||||
*/
|
||||
void printError(Stream &out);
|
||||
void printError(Print &out);
|
||||
|
||||
/*
|
||||
sets the expected MD5 for the firmware (hexString)
|
||||
|
Reference in New Issue
Block a user