Add support for specifying which FluxEngine you want to use with the --devices

parameter.
This commit is contained in:
David Given
2020-08-10 22:36:47 +02:00
parent 2727e66d40
commit 73398b83a9
9 changed files with 138 additions and 19 deletions

View File

@@ -5,7 +5,9 @@
#include "fluxsource/fluxsource.h"
#include "fmt/format.h"
FlagGroup hardwareFluxSourceFlags;
FlagGroup hardwareFluxSourceFlags = {
&usbFlags
};
static DoubleFlag revolutions(
{ "--revolutions" },