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