Skip to content

Commit 5c0db12

Browse files
committed
updates
1 parent 72fb427 commit 5c0db12

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11

22
*.ini
3+
*.txt

ScoreWindow/ScoreWindow.pde

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ static final int Center=0;
77
static final int Left=-1;
88
static final int Right=1;
99

10-
String filename="C:/Users/Joshua/Google Drive/JoshuaFiles/Current/Projects/rcmgames/RCMgames/competition scoring/mini powerup/test/rcmscores.txt";
11-
String serialPort="COM5";
10+
String filename="C:/Users/Pickerell/Desktop/RCMscoring_PowerUpMini-master/rcm scoring tect file.txt";
11+
String serialPort="COM8";
1212

1313
int blueSide=Right;////
1414
int LswitchBlue=Far;////

0 commit comments

Comments
 (0)