From 01ef6daf9f41b17ffcde80aca0f4729e73690976 Mon Sep 17 00:00:00 2001
From: kdmukai <kdmukai@gmail.com>
Date: Thu, 19 Dec 2024 13:53:16 -0600
Subject: [PATCH] Update screen id consts

---
 src/lib/shared.hpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/shared.hpp b/src/lib/shared.hpp
index 22e40b2..8027519 100644
--- a/src/lib/shared.hpp
+++ b/src/lib/shared.hpp
@@ -60,8 +60,8 @@ const PROGMEM int SCREEN_MARKET_CAP = 30;
 const PROGMEM int SCREEN_BITAXE_HASHRATE = 80;
 const PROGMEM int SCREEN_BITAXE_BESTDIFF = 81;
 
-const PROGMEM int SCREEN_MINING_POOL_STATS_HASHRATE = 85;
-const PROGMEM int SCREEN_MINING_POOL_STATS_EARNINGS = 86;
+const PROGMEM int SCREEN_MINING_POOL_STATS_HASHRATE = 70;
+const PROGMEM int SCREEN_MINING_POOL_STATS_EARNINGS = 71;
 
 const PROGMEM int SCREEN_COUNTDOWN = 98;
 const PROGMEM int SCREEN_CUSTOM = 99;