Don't retry reads if we're not talking to actual hardware.

Fixes #18.
This commit is contained in:
David Given
2019-02-24 23:57:46 +01:00
parent 58c4f14f3e
commit 75a321beef
4 changed files with 17 additions and 1 deletions

View File

@@ -20,6 +20,7 @@ public:
public:
std::unique_ptr<Fluxmap> read();
void recalibrate();
bool retryable();
unsigned track;
unsigned side;