mirror of
https://git.btclock.dev/btclock/btclock_v3.git
synced 2025-02-24 06:47:39 +01:00
5 lines
188 B
C++
5 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);
|