1.0.6
This commit is contained in:
@@ -27,7 +27,7 @@ public class EpsonPrintService: IPrintService
|
||||
{
|
||||
try
|
||||
{
|
||||
var configuration = _printerConfigurationSource.GetConfiguration(printerIp);
|
||||
|
||||
await using var epsonPrinter = _printerFactory.CreatePrinter();
|
||||
string address = printerIp;
|
||||
int port = 9100;
|
||||
@@ -80,7 +80,7 @@ public class EpsonPrintService: IPrintService
|
||||
await printerAdapter.PrintImageAsync(cachedLogoPath);
|
||||
}
|
||||
|
||||
await printerAdapter.SetFontSizeAsync(configuration.FontSize);
|
||||
|
||||
|
||||
// Convert receipt content to print commands using the factory
|
||||
List<PrintCommand> commands;
|
||||
|
||||
Reference in New Issue
Block a user