check if the wristband is connected to the right com port
authorThomas Pietrzak <thomas.pietrzak@gmail.com>
Wed, 7 Mar 2012 10:47:06 +0000 (10:47 +0000)
committerThomas Pietrzak <thomas.pietrzak@gmail.com>
Wed, 7 Mar 2012 10:47:06 +0000 (10:47 +0000)
git-svn-id: svn+ssh://thomaspietrzak.com/var/svn/rep@57 47cf9a05-e0a8-4ed5-9e9b-101a649bc004

VDrift.suo
src/OutputHaptic.h

index 6e652a8de4254d43bdb25313f671d8c8163e9c0c..4280804f41c325d4047ea9849596cf8df20d57af 100644 (file)
Binary files a/VDrift.suo and b/VDrift.suo differ
index 17d65d041788dbfe25a907d608bfaa319eaa835b..0da92e308f0230b12138ff2c9662ffbeca4d049d 100644 (file)
@@ -13,7 +13,7 @@ using namespace std;
 #define MINWAIT 20
 #define MAXWAIT 500
 #define MAXSPEED 60.0\r
-#define COMPORT "COM5"
+#define COMPORT "COM4"
 
 class OutputHaptic
 {