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 {