]> rtime.felk.cvut.cz Git - sojka/tekpic.git/commitdiff
Change default port to ttyUSB0 master
authorMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 10 May 2017 09:49:37 +0000 (11:49 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 10 May 2017 09:49:37 +0000 (11:49 +0200)
It is more likely to exist today :)

src/tekpic.cpp

index 14e82f148b18b0a2b6acb58f99720574329ccbec..79cb366b591d898221c79aa7482d3d0be73ec965 100644 (file)
@@ -30,7 +30,7 @@
 
 int main(int argc, char *argv[])
 {
-        string port("/dev/ttyS0");
+        string port("/dev/ttyUSB0");
         QApplication app(argc, argv);
         if (argc > 1)
           port = argv[1];