Skip to content

Commit

Permalink
Some syntax issues
Browse files Browse the repository at this point in the history
  • Loading branch information
kolaf committed Apr 3, 2015
1 parent 7d8fda9 commit 140e8ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mqttGateway2.pl
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ sub variableTypeToIdx
my $subscriptionStorageFile = "subscriptions.storage";
my $cv;
my $socktx;
my $serialPort = "/dev/ttyUSB2";
my $serialPort = "/dev/mysensorsUSB";
my $serialDevice;
my $nodeFile = "nodes.txt";
my %knownNodes;
Expand Down Expand Up @@ -277,7 +277,7 @@ sub assignID
C_INTERNAL,
0,
I_ID_RESPONSE,
findFreeID);
findFreeID());
my $message = join(';', @fields);
debug($message);
if ($useSerial== 0) {
Expand Down

0 comments on commit 140e8ef

Please sign in to comment.