size to kitchen
printer logs removed
This commit is contained in:
@@ -112,7 +112,7 @@ public class DiscoveryService : IDiscoveryService
|
||||
{
|
||||
_logger?.LogDebug("Connecting to printer at {IP} to retrieve model", ipAddress);
|
||||
|
||||
await using var epsonPrinter = new EpsonPrinter(_logger);
|
||||
await using var epsonPrinter = new EpsonPrinter();
|
||||
await epsonPrinter.ConnectAsync(ipAddress, port, timeoutSeconds: 3);
|
||||
|
||||
var printerId = await epsonPrinter.GetPrinterIdAsync();
|
||||
|
||||
Reference in New Issue
Block a user