mirror of
https://github.com/sanni/cartreader.git
synced 2024-11-11 07:25:07 +01:00
Update FLASH.ino
This commit is contained in:
parent
1e6a37858d
commit
b250fffbc4
@ -59,7 +59,7 @@ void flashMenu() {
|
||||
// Copy menuOptions out of progmem
|
||||
#ifdef enable_flash16
|
||||
convertPgm(menuOptionsFlash, 3);
|
||||
flashSlot = question_box("Select adapter PCB", menuOptions, 3, 0);
|
||||
flashSlot = question_box(F("Select adapter PCB"), menuOptions, 3, 0);
|
||||
#else
|
||||
convertPgm(menuOptionsFlash, 2);
|
||||
flashSlot = question_box(F("Select adapter PCB"), menuOptions, 2, 0);
|
||||
|
Loading…
Reference in New Issue
Block a user