|
|
@@ -263,7 +263,7 @@ export default {
|
|
|
arrPrint.push(util.sendDirective([0x1B, 0x40])); //16进制
|
|
|
//正文
|
|
|
arrPrint.push(util.sendDirective([0x1B, 0x14, 0x00]));
|
|
|
- arrPrint.push(util.hexStringToBuff(BleVal.custom.fullAddress));
|
|
|
+ arrPrint.push(util.hexStringToBuff(BleVal.custom.fullAddress+ "\n"));
|
|
|
arrPrint.push(util.sendDirective([0x1B, 0x14]));
|
|
|
arrPrint.push(util.hexStringToBuff(BleVal.custom.customName+' '+BleVal.custom.customMobile+ "\n"));
|
|
|
arrPrint.push(util.hexStringToBuff("--------------------------------\n"));
|