initial b?

This commit is contained in:
Steven Tracey 2024-11-27 21:50:31 -05:00
parent 84e3928390
commit ddedfc2ec4

View File

@ -253,7 +253,6 @@ void totpHome(UWORD *blackImage) {
int ch;
while (1) {
setBlocking(1);
ch = getBtn();
if (ch != -1) {
switch(ch) {
@ -273,8 +272,8 @@ void totpHome(UWORD *blackImage) {
config(blackImage, configNames[i]);
drawTotpHome(blackImage, configNames, &length);
break;
case 'b':
return;
//case 'b':
// return;
}
}