mirror of
https://git.btclock.dev/btclock/btclock_v3
synced 2025-04-22 16:51:23 +00:00
6 lines
188 B
C++
6 lines
188 B
C++
#include <array>
|
|
#include <string>
|
|
|
|
std::array<std::string, NUM_SCREENS> parseBitaxeHashRate(std::string text);
|
|
std::array<std::string, NUM_SCREENS> parseBitaxeBestDiff(std::string text);
|