mirror of
https://git.btclock.dev/btclock/btclock_v3
synced 2025-06-06 18:31:01 +00:00
4 lines
148 B
C++
4 lines
148 B
C++
![]() |
#include <array>
|
||
|
#include <string>
|
||
|
|
||
|
std::array<std::string, NUM_SCREENS> parseMiningPoolStatsHashRate(std::string miningPoolName, std::string text);
|