From: Thomas Pietrzak Date: Wed, 7 Mar 2012 10:47:06 +0000 (+0000) Subject: check if the wristband is connected to the right com port X-Git-Url: https://git.thomaspietrzak.com/?a=commitdiff_plain;h=5ca707dea891614c790093a14a3719568d7d070f;p=kinectdrift.git check if the wristband is connected to the right com port git-svn-id: svn+ssh://thomaspietrzak.com/var/svn/rep@57 47cf9a05-e0a8-4ed5-9e9b-101a649bc004 --- diff --git a/VDrift.suo b/VDrift.suo index 6e652a8..4280804 100644 Binary files a/VDrift.suo and b/VDrift.suo differ diff --git a/src/OutputHaptic.h b/src/OutputHaptic.h index 17d65d0..0da92e3 100644 --- a/src/OutputHaptic.h +++ b/src/OutputHaptic.h @@ -13,7 +13,7 @@ using namespace std; #define MINWAIT 20 #define MAXWAIT 500 #define MAXSPEED 60.0 -#define COMPORT "COM5" +#define COMPORT "COM4" class OutputHaptic {