mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Announce the device serial number on connection again.
This commit is contained in:
@@ -61,9 +61,11 @@ USB* get_usb_impl()
|
||||
switch (candidate->id)
|
||||
{
|
||||
case FLUXENGINE_ID:
|
||||
std::cerr << fmt::format("Using FluxEngine {}\n", candidate->serial);
|
||||
return createFluxengineUsb(candidate->device);
|
||||
|
||||
case GREASEWEAZLE_ID:
|
||||
std::cerr << fmt::format("Using GreaseWeazle {} on {}\n", candidate->serial, candidate->serialPort);
|
||||
return createGreaseWeazleUsb(candidate->serialPort);
|
||||
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user