Skip to content

Commit 3d71612

Browse files
committed
type
1 parent 6649e66 commit 3d71612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/esp8266/Updater.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@ String UpdaterClass::getErrorString() const {
657657
}
658658

659659
void UpdaterClass::printError(Print &out){
660-
out.printf_P(PSTR("ERROR[%u]: %s\n"), _error, getErrorString().c_str());
660+
out.printf_P(PSTR("ERROR[%hhu]: %s\n"), _error, getErrorString().c_str());
661661
}
662662

663663
UpdaterClass Update;

0 commit comments

Comments
 (0)