mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Sort out a whole bunch of other things, including cleaning up the way the
verification source is handled.
This commit is contained in:
@@ -39,7 +39,12 @@ public:
|
||||
return usbWrite(side, fluxmap.rawBytes(), _hardSectorThreshold);
|
||||
}
|
||||
|
||||
operator std::string() const
|
||||
bool isHardware() const override
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
operator std::string() const override
|
||||
{
|
||||
return fmt::format("drive {}", globalConfig()->drive().drive());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user