feat: Add restore screen after zap setting

This commit is contained in:
Djuri 2025-06-12 16:10:17 +02:00
parent 2ac2a62c61
commit 7853bf3e06
Signed by: djuri
GPG key ID: 61B9B2DDE5AA3AC1
4 changed files with 18 additions and 2 deletions

View file

@ -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;