Skip to content

Commit

Permalink
Update FLASH.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
sanni committed Jul 19, 2024
1 parent dac242c commit 7bdf3e6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Cart_Reader/FLASH.ino
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,12 @@ void flashromMenu8() {

case 1:
display_Clear();
println_Msg(F("Erasing Flashrom"));
println_Msg(F("Warning: This will erase"));
println_Msg(F("your flashrom/repro"));
print_STR(press_button_STR, 1);
display_Update();
wait();
println_Msg(FS(FSTRING_EMPTY));
println_Msg(F("Please wait..."));
display_Update();
time = millis();
Expand Down

0 comments on commit 7bdf3e6

Please sign in to comment.