This commit is contained in:
2026-03-24 03:31:39 +08:00
parent 579d0cf803
commit 84b69a114a

View File

@@ -18,7 +18,7 @@ static bool sendTarget(Serial &serial, double yaw, uint16_t shoot_delay, bool fi
time_t t = time(nullptr);
if (last_time != t) {
last_time = t;
cout << "Armor: fps:" << fps << ", (" << x << ","<<shoot_delay << ")"<<endl;//<< y << "," << z << ")" << endl;
cout << "Armor: fps:" << fps << ", yaw: " << yaw << " delay: " << shoot_delay << " fire: " << fire << endl;
fps = 0;
}
fps += 1;