mirror of
https://github.com/sanni/cartreader.git
synced 2024-11-13 08:25:05 +01:00
Update NP.ino
This commit is contained in:
parent
ece384c2dc
commit
8c3ad0aed9
@ -746,14 +746,10 @@ void getCartInfo_SFM() {
|
|||||||
print_Msg(F("Sram: "));
|
print_Msg(F("Sram: "));
|
||||||
print_Msg(sramSize);
|
print_Msg(sramSize);
|
||||||
println_Msg(F("Kbit"));
|
println_Msg(F("Kbit"));
|
||||||
|
println_Msg(F("Press Button"));
|
||||||
// Wait for user input
|
|
||||||
#ifdef enable_OLED
|
|
||||||
display_Update();
|
display_Update();
|
||||||
|
// Wait for user input
|
||||||
wait();
|
wait();
|
||||||
#else
|
|
||||||
println_Msg(F(" "));
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Read header information
|
// Read header information
|
||||||
|
Loading…
Reference in New Issue
Block a user