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