Fixed so that it runs with multiple Tmote Sky boards attached; it now uses the first one
This commit is contained in:
parent
99f1aa9238
commit
4edbad10a7
1 changed files with 1 additions and 1 deletions
|
@ -10,4 +10,4 @@ upload-node-%:
|
|||
upload-sink: upload-node-41
|
||||
|
||||
rundemo:
|
||||
java -jar energest.jar /dev/com$(CMOTES)
|
||||
java -jar energest.jar /dev/com${firstword $(CMOTES)}
|
||||
|
|
Loading…
Reference in a new issue