mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Add support for specifying which FluxEngine you want to use with the --devices
parameter.
This commit is contained in:
@@ -5,7 +5,9 @@
|
||||
#include "fluxsource/fluxsource.h"
|
||||
#include "fmt/format.h"
|
||||
|
||||
FlagGroup hardwareFluxSourceFlags;
|
||||
FlagGroup hardwareFluxSourceFlags = {
|
||||
&usbFlags
|
||||
};
|
||||
|
||||
static DoubleFlag revolutions(
|
||||
{ "--revolutions" },
|
||||
|
||||
Reference in New Issue
Block a user