diff --git a/main.cpp b/main.cpp index c79d2478..28f1b8bf 100644 --- a/main.cpp +++ b/main.cpp @@ -6,7 +6,7 @@ int main() { //PISystemInfo::machineID(); kbd.enableExitCapture(); PIThread t; - t.start(10); + //t.start(10); WAIT_FOR_EXIT; t.stop(); return 0;