Skip to content

Commit

Permalink
Added some debugging output for help in testing on a live drone.
Browse files Browse the repository at this point in the history
  • Loading branch information
Remy Porter committed Jul 2, 2015
1 parent 53c3333 commit 0bbf468
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drone-osc.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ dc.register(path("id", "/move/") + "zero", function(drone, address, data) {
});

srv.on("message", function(msg, rinfo) {
console.log(msg);
var address = msg[0];
var parsed = parsePath(address).message;
var resolved = dc[parsed];
Expand Down

0 comments on commit 0bbf468

Please sign in to comment.