mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-22 10:30:13 +00:00
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
@ -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 New Issue
Block a user