1 Commits
3.23 ... main

Author SHA1 Message Date
ae90ddcce6 添加shoot_delay 2026-03-24 00:12:38 +08:00

View File

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