Skip to content

Commit

Permalink
Release 7.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rei-vilo committed Dec 1, 2023
1 parent bf03a7e commit ea9d3b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Screen_EPD_EXT3.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ void Screen_EPD_EXT3_Fast::begin()
if (digitalRead(b_pin.panelBusy) == HIGH)
{
Serial.println();
Serial.println("* ERROR - Incorrect type for 1.50-Wide");
Serial.println("* ERROR - Incorrect type for 1.52-Wide");
while (true);
}
}
Expand Down

0 comments on commit ea9d3b6

Please sign in to comment.