feat: Add restore screen after zap setting
This commit is contained in:
parent
2ac2a62c61
commit
7853bf3e06
4 changed files with 18 additions and 2 deletions
|
@ -66,6 +66,7 @@ const PROGMEM int screens[SCREEN_COUNT] = {
|
|||
SCREEN_BLOCK_FEE_RATE};
|
||||
const int usPerSecond = 1000000;
|
||||
const int usPerMinute = 60 * usPerSecond;
|
||||
const int msPerSecond = 1000;
|
||||
|
||||
// extern const char *github_root_ca;
|
||||
// extern const char *isrg_root_x1cert;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue