From 77e8735ac71a598c6b0930d1a6baeb3dbd142020 Mon Sep 17 00:00:00 2001 From: JiatongSun Date: Sun, 14 Apr 2019 17:27:52 +0800 Subject: [PATCH] Auto Aim --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index bcca454..c58803c 100644 --- a/main.cpp +++ b/main.cpp @@ -25,7 +25,7 @@ using namespace std; #define ENERGY_STATE 1 #define ARMOR_STATE 0 -int state = ARMOR_STATE; +int state = ENERGY_STATE; float yaw, pitch; void uartReceive(Uart* uart);