Commit Graph

8 Commits

Author SHA1 Message Date
Moritz Martinius
cef33729a7 This Commit adds a rudimentary printer factory to greatly simplify the creation of printers 2024-04-20 12:55:43 +02:00
d8b70e5d56 Add file logger and fix log level output (#9)
All checks were successful
Build ptprnt / build (push) Successful in 1m45s
Improve logging output

Reviewed-on: #9
2023-11-19 13:27:20 +00:00
9a1aee6658 cli-parser (#4)
All checks were successful
Build ptprnt / build (push) Successful in 1m22s
Goal of this PR should be to integrate a working CLI parser so that commands can be sent to the Printer class to print text, such as
ptprnt -t=FooBar
also, standard flags for setting the output verbosity and help should be implemented

Reviewed-on: #4
2023-10-22 19:42:59 +00:00
b940890268 moved includes before copyright notice 2023-09-24 11:57:20 +02:00
1381efb5d1 Add license header to all source files 2023-09-23 16:09:21 +02:00
f467a39919 Implemented printer status retrieval 2023-08-27 09:29:37 +02:00
779911e97e Re-implemented USB device enumeration with new structure 2023-08-26 13:16:09 +02:00
61e2352a3c Re-structured project 2023-08-26 11:53:44 +02:00