1
0
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:
ijm7
2018-01-07 11:54:21 +00:00
committed by Ivan Grokhotkov
parent f28d2eb7d7
commit 4b319d9b0c
2 changed files with 2 additions and 2 deletions

View File

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