mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-08-09 17:25:00 +00:00
Fixed so that it runs with multiple Tmote Sky boards attached; it now uses the first one
This commit is contained in:
@@ -10,4 +10,4 @@ upload-node-%:
|
|||||||
upload-sink: upload-node-41
|
upload-sink: upload-node-41
|
||||||
|
|
||||||
rundemo:
|
rundemo:
|
||||||
java -jar energest.jar /dev/com$(CMOTES)
|
java -jar energest.jar /dev/com${firstword $(CMOTES)}
|
||||||
|
Reference in New Issue
Block a user