Add mining pool daily/expected earnings

This commit is contained in:
kdmukai 2024-12-18 15:58:12 -06:00
parent 1bd465b33a
commit 2bc5984f6f
8 changed files with 95 additions and 33 deletions

View file

@ -61,6 +61,7 @@ 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_COUNTDOWN = 98;
const PROGMEM int SCREEN_CUSTOM = 99;