aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cart_Reader/INTV.ino
diff options
context:
space:
mode:
authorRemy Starshade <[email protected]>2022-11-12 14:13:22 -0500
committerRemy Starshade <[email protected]>2022-11-12 14:13:22 -0500
commitaee632642d176b1da9c143b1d92190670e11f0ab (patch)
treec024c376f798b6bf3513b333f0e8d7fbbba62f8d /Cart_Reader/INTV.ino
parentbe8ebee87f4ec46964f842a667587949b7bb10e6 (diff)
downloadcartreader-aee632642d176b1da9c143b1d92190670e11f0ab.tar.gz
cartreader-aee632642d176b1da9c143b1d92190670e11f0ab.zip
Add Voltage Selection Module
Diffstat (limited to 'Cart_Reader/INTV.ino')
-rw-r--r--Cart_Reader/INTV.ino1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cart_Reader/INTV.ino b/Cart_Reader/INTV.ino
index c220e47..552b58b 100644
--- a/Cart_Reader/INTV.ino
+++ b/Cart_Reader/INTV.ino
@@ -135,6 +135,7 @@ void setup_INTV() {
}
void intvMenu() {
+ vselect(false);
convertPgm(menuOptionsINTV, 4);
uint8_t mainMenu = question_box(F("INTELLIVISION MENU"), menuOptions, 4, 0);