Added BitAxe support
This commit is contained in:
parent
ca1c7178f1
commit
b13c7242a6
18 changed files with 837 additions and 46 deletions
5
lib/btclock/bitaxe_handler.hpp
Normal file
5
lib/btclock/bitaxe_handler.hpp
Normal file
|
@ -0,0 +1,5 @@
|
|||
#include <array>
|
||||
#include <string>
|
||||
|
||||
std::array<std::string, NUM_SCREENS> parseBitaxeHashRate(std::string text);
|
||||
std::array<std::string, NUM_SCREENS> parseBitaxeBestDiff(std::string text);
|
Loading…
Add table
Add a link
Reference in a new issue