Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ae90ddcce6 |
@@ -19,7 +19,7 @@ static bool sendTarget(Serial &serial, double x, uint16_t shoot_delay) {// doubl
|
|||||||
time_t t = time(nullptr);
|
time_t t = time(nullptr);
|
||||||
if (last_time != t) {
|
if (last_time != t) {
|
||||||
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 = 0;
|
||||||
}
|
}
|
||||||
fps += 1;
|
fps += 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user