forked from btclock/btclock_v3
Mining pool bugfixes, improvements and icon optimizations
This commit is contained in:
parent
e8a7b221cb
commit
7bcb24bab0
14 changed files with 411 additions and 637 deletions
|
@ -26,7 +26,7 @@ PoolStats BraiinsPool::parseResponse(const JsonDocument &doc) const
|
|||
LogoData BraiinsPool::getLogo() const {
|
||||
return LogoData{
|
||||
.data = epd_icons_allArray[5],
|
||||
.width = 122,
|
||||
.height = 250
|
||||
.width = 37,
|
||||
.height = 230
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue