cdud99
cdud99
V2.2.0?
I've updated all of the code for the newest version of TensorFlow however it is only the classification. I don't know how that would work but I felt like I...
Added chain printing functionality for label makers. The updates have been tested successfully on a PT-P710BT label maker.
Everything works fine, until I want to use the high resolution setting. Here are all my settings: ```dart printInfo.printerModel = Model.PT_P710BT; printInfo.printMode = PrintMode.ORIGINAL; printInfo.isAutoCut = true; printInfo.port = Port.BLUETOOTH;...