1
0
mirror of https://github.com/xfjx/TonUINO.git synced 2025-08-23 14:23:06 +02:00

Fix for Gero

This commit is contained in:
Thorsten Voß
2018-12-12 21:31:03 +01:00
parent 1f3818e6ec
commit ef2d9a371f

View File

@@ -560,8 +560,11 @@ void adminMenu() {
knownCard = false;
int subMenu = voiceMenu(9, 900, 900);
if (subMenu == 1)
if (subMenu == 1) {
resetCard();
mfrc522.PICC_HaltA();
mfrc522.PCD_StopCrypto1();
}
else if (subMenu == 2)
mySettings.maxVolume = voiceMenu(20, 930, 0, false, false, mySettings.maxVolume);
else if (subMenu == 3)