mirror of
https://github.com/sanni/cartreader.git
synced 2025-04-07 17:56:56 +02:00
commit
4ad6e52fac
@ -106,7 +106,7 @@ static const char wsvMenuItem3[] PROGMEM = "Set Size";
|
|||||||
static const char* const menuOptionsSV[] PROGMEM = { wsvMenuItem1, wsvMenuItem2, wsvMenuItem3, string_reset2 };
|
static const char* const menuOptionsSV[] PROGMEM = { wsvMenuItem1, wsvMenuItem2, wsvMenuItem3, string_reset2 };
|
||||||
|
|
||||||
void wsvMenu() {
|
void wsvMenu() {
|
||||||
setVoltage(VOLTS_SET_5V);
|
setVoltage(VOLTS_SET_3V3);
|
||||||
convertPgm(menuOptionsSV, 4);
|
convertPgm(menuOptionsSV, 4);
|
||||||
uint8_t mainMenu = question_box(F("SUPERVISION MENU"), menuOptions, 4, 0);
|
uint8_t mainMenu = question_box(F("SUPERVISION MENU"), menuOptions, 4, 0);
|
||||||
|
|
||||||
@ -523,4 +523,4 @@ void setCart_WSV() {
|
|||||||
#endif
|
#endif
|
||||||
//******************************************
|
//******************************************
|
||||||
// End of File
|
// End of File
|
||||||
//******************************************
|
//******************************************
|
||||||
|
Loading…
x
Reference in New Issue
Block a user