From 621160c3de0f8f68949e29a40e8c86a668d2f346 Mon Sep 17 00:00:00 2001 From: Ashley Date: Thu, 30 Apr 2015 01:54:44 -0400 Subject: [PATCH] test commit --- MindControlledUAV/src/ImprovedMain.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MindControlledUAV/src/ImprovedMain.java b/MindControlledUAV/src/ImprovedMain.java index 171c63e..f360a16 100644 --- a/MindControlledUAV/src/ImprovedMain.java +++ b/MindControlledUAV/src/ImprovedMain.java @@ -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 {