Update screen id consts
This commit is contained in:
parent
8f9307d1e4
commit
01ef6daf9f
1 changed files with 2 additions and 2 deletions
|
@ -60,8 +60,8 @@ const PROGMEM int SCREEN_MARKET_CAP = 30;
|
||||||
const PROGMEM int SCREEN_BITAXE_HASHRATE = 80;
|
const PROGMEM int SCREEN_BITAXE_HASHRATE = 80;
|
||||||
const PROGMEM int SCREEN_BITAXE_BESTDIFF = 81;
|
const PROGMEM int SCREEN_BITAXE_BESTDIFF = 81;
|
||||||
|
|
||||||
const PROGMEM int SCREEN_MINING_POOL_STATS_HASHRATE = 85;
|
const PROGMEM int SCREEN_MINING_POOL_STATS_HASHRATE = 70;
|
||||||
const PROGMEM int SCREEN_MINING_POOL_STATS_EARNINGS = 86;
|
const PROGMEM int SCREEN_MINING_POOL_STATS_EARNINGS = 71;
|
||||||
|
|
||||||
const PROGMEM int SCREEN_COUNTDOWN = 98;
|
const PROGMEM int SCREEN_COUNTDOWN = 98;
|
||||||
const PROGMEM int SCREEN_CUSTOM = 99;
|
const PROGMEM int SCREEN_CUSTOM = 99;
|
||||||
|
|
Loading…
Reference in a new issue