Add a trace mode for usb tracing

This commit is contained in:
2025-10-12 12:56:09 +02:00
parent bf7ff27b8d
commit 652e687fb0
5 changed files with 51 additions and 26 deletions

View File

@@ -60,6 +60,7 @@ class PtouchPrint {
// CLI flags and options
bool mVerboseFlag = false;
bool mTraceFlag = false;
std::string mPrinterSelection = "auto";
bool mListDriversFlag = false;
};