This commit is contained in:
2026-03-25 18:11:48 +08:00
parent f2dead3a6d
commit 58f0b620aa

View File

@@ -20,7 +20,7 @@ static bool sendTarget(Serial &serial, double yaw, double pitch, double roll, ui
time_t t = time(nullptr);
if (last_time != t) {
last_time = t;
cout << "Armor: fps:" << fps << ", yaw: " << yaw <<",pitch:"<<pitch<<",roll:"<<roll<< " delay: " << shoot_>
cout << "Armor: fps:" << fps << ", yaw: " << yaw <<",pitch:"<<pitch<<",roll:"<<roll<< " delay: " << shoot_delay << endl;
fps = 0;
}
fps += 1;