Skip to content

Commit

Permalink
test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
amd11037 committed Apr 30, 2015
1 parent 08ec061 commit 621160c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MindControlledUAV/src/ImprovedMain.java
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ else if (command.equals("land")) {
}
System.out.println("Speed: " + cal_speed);
System.out.println("Action: " + action);
//send_at_cmd(at_cmd); NO DON'T FLY DRONE INSIDE
//send_at_cmd(at_cmd); DON'T FLY DRONE INSIDE
}

public void send_at_cmd(String at_cmd) throws Exception {
Expand Down

0 comments on commit 621160c

Please sign in to comment.