aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cart_Reader/WSV.ino
diff options
context:
space:
mode:
authorPsyK0p4T <[email protected]>2023-04-14 14:19:22 +0200
committerGitHub <[email protected]>2023-04-14 14:19:22 +0200
commit464fc05d36b6dec38218d9afcce55c2f21e0dc5d (patch)
tree9a89af945cdf75817c327e511945361611cd8240 /Cart_Reader/WSV.ino
parentacef87d57c8b181649d18116a181fab06304fa4d (diff)
downloadcartreader-464fc05d36b6dec38218d9afcce55c2f21e0dc5d.tar.gz
cartreader-464fc05d36b6dec38218d9afcce55c2f21e0dc5d.zip
Update WSV.ino
Watara Supervision uses 3V to correctly read carts.
Diffstat (limited to 'Cart_Reader/WSV.ino')
-rw-r--r--Cart_Reader/WSV.ino4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cart_Reader/WSV.ino b/Cart_Reader/WSV.ino
index 33ee2b5..3eac5c3 100644
--- a/Cart_Reader/WSV.ino
+++ b/Cart_Reader/WSV.ino
@@ -106,7 +106,7 @@ static const char wsvMenuItem3[] PROGMEM = "Set Size";
static const char* const menuOptionsSV[] PROGMEM = { wsvMenuItem1, wsvMenuItem2, wsvMenuItem3, string_reset2 };
void wsvMenu() {
- setVoltage(VOLTS_SET_5V);
+ setVoltage(VOLTS_SET_3V3);
convertPgm(menuOptionsSV, 4);
uint8_t mainMenu = question_box(F("SUPERVISION MENU"), menuOptions, 4, 0);
@@ -523,4 +523,4 @@ void setCart_WSV() {
#endif
//******************************************
// End of File
-//****************************************** \ No newline at end of file
+//******************************************