forked from btclock/btclock_v3
Improve bitaxe handling code
This commit is contained in:
parent
b8428e1650
commit
b4864b1db6
9 changed files with 183 additions and 45 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
#include <Arduino.h>
|
||||
#include <HTTPClient.h>
|
||||
#include <utils.hpp>
|
||||
|
||||
#include "lib/config.hpp"
|
||||
#include "lib/shared.hpp"
|
||||
|
@ -11,5 +12,5 @@ extern TaskHandle_t bitaxeFetchTaskHandle;
|
|||
void setupBitaxeFetchTask();
|
||||
void taskBitaxeFetch(void *pvParameters);
|
||||
|
||||
std::string getBitAxeHashRate();
|
||||
std::string getBitaxeBestDiff();
|
||||
uint64_t getBitAxeHashRate();
|
||||
uint64_t getBitaxeBestDiff();
|
Loading…
Add table
Add a link
Reference in a new issue