mirror of
https://git.btclock.dev/btclock/btclock_v3.git
synced 2025-01-18 21:32:34 +01:00
6 lines
222 B
C++
6 lines
222 B
C++
#include <array>
|
|
#include <string>
|
|
|
|
std::array<std::string, NUM_SCREENS> parseMiningPoolStatsHashRate(std::string text);
|
|
std::array<std::string, NUM_SCREENS> parseMiningPoolStatsDailyEarnings(int sats, std::string label);
|