Skip to content

Commit

Permalink
Merge pull request #227 from Zondax/fix-expert
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosala authored Apr 24, 2023
2 parents ec70fed + c34e998 commit 03da63d
Show file tree
Hide file tree
Showing 2 changed files with 201 additions and 228 deletions.
2 changes: 1 addition & 1 deletion src/zondax.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export function zondaxToggleExpertMode(model: TModel, clickArray?: number[]): Cl
ButtonKind.InfoButton,
ButtonKind.NavRightButton,
ButtonKind.ToggleSettingButton1,
ButtonKind.PrevPageButton,
ButtonKind.QuitSettingsButton,
]);
}
const DEFAULT_EXPERT_MODE_CLICKS = [1, 0, -1];
Expand Down
Loading

0 comments on commit 03da63d

Please sign in to comment.