Initial commit: C2LInspecz Automated Diagnostic Tool

This commit is contained in:
Zin Bo Thit
2026-02-09 13:38:21 +06:30
commit 59ddfdd094
6 changed files with 4765 additions and 0 deletions

19
config.json Normal file
View File

@@ -0,0 +1,19 @@
{
"shop_server_ip": "192.168.1.10",
"kitchen_printers": [
{
"name": "Kitchen #1",
"ip": "192.168.1.200"
},
{
"name": "Bar Printer",
"ip": "192.168.1.201"
}
],
"receipt_printers": [
{
"name": "Main Cashier",
"usb_id": "1fc9:2016"
}
]
}