mirror of
https://github.com/sanni/cartreader.git
synced 2024-11-10 23:15:08 +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(sramSize);
|
||||
println_Msg(F("Kbit"));
|
||||
|
||||
// Wait for user input
|
||||
#ifdef enable_OLED
|
||||
println_Msg(F("Press Button"));
|
||||
display_Update();
|
||||
// Wait for user input
|
||||
wait();
|
||||
#else
|
||||
println_Msg(F(" "));
|
||||
#endif
|
||||
}
|
||||
|
||||
// Read header information
|
||||
|
Loading…
Reference in New Issue
Block a user