feat: fix print
This commit is contained in:
@@ -567,7 +567,7 @@ object PrinterUtils {
|
||||
|
||||
fun printTest() {
|
||||
getConnectedPrinters().forEach {
|
||||
val bytes = v(Instruction.TSC.toString(), null).bytes
|
||||
val bytes = v(Instruction.TSC).bytes
|
||||
showLog("打印测试页 - ${it.printerDevice.printerName} \n${bytes.commonToUtf8String()}")
|
||||
it.print(bytes, null)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user