Open terry8204 opened 1 year ago
final additional = [ ...generator.emptyLines(addFeeds), ...generator.text('.'), ...generator.cut(), ];
maybe the print function could trans the custom additional bytes to blue tooth device?
change the code to :
final additional = [ ...generator.emptyLines(addFeeds), ...generator.text('.'), ];
maybe the print function could trans the custom additional bytes to blue tooth device?