rebuilt with larger partitions

This commit is contained in:
kdmukai 2024-12-17 20:17:21 -06:00
parent ae2e6656df
commit 1bd465b33a
16 changed files with 782 additions and 8 deletions

View file

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