aboutsummaryrefslogtreecommitdiff
path: root/PunchingBag/src/uk/ac/open/punchingbag/PunchingBag.java
diff options
context:
space:
mode:
Diffstat (limited to 'PunchingBag/src/uk/ac/open/punchingbag/PunchingBag.java')
-rw-r--r--PunchingBag/src/uk/ac/open/punchingbag/PunchingBag.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/PunchingBag/src/uk/ac/open/punchingbag/PunchingBag.java b/PunchingBag/src/uk/ac/open/punchingbag/PunchingBag.java
index 1e710bc..a7d7f0c 100644
--- a/PunchingBag/src/uk/ac/open/punchingbag/PunchingBag.java
+++ b/PunchingBag/src/uk/ac/open/punchingbag/PunchingBag.java
@@ -107,7 +107,7 @@ public class PunchingBag implements Runnable {
* The device address of the button arduino (COM* on Windows, /dev/tty* on
* linux)
*/
- String buttonArduinoDeviceAddress = ""; // TODO: This should be cached
+ String buttonArduinoDeviceAddress = "COM4"; // TODO: This should be cached
// localy
/**
* The Arduino managing the led drivers
@@ -117,7 +117,7 @@ public class PunchingBag implements Runnable {
* The device address of the led arduino (COM* on Windows, /dev/tty* on
* linux)
*/
- String ledArduinoDeviceAddress = ""; // TODO: This should be cached localy
+ String ledArduinoDeviceAddress = "COM3"; // TODO: This should be cached localy
/**
* Turn on to activate the command line messages regarding the run loop