initial b?
This commit is contained in:
parent
84e3928390
commit
ddedfc2ec4
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user