mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-23 01:21:40 +00:00
Fix roborio duplicate .so's on deploy (#1571)
This commit is contained in:
@@ -33,7 +33,7 @@ TEST(TimeSyncProtocolTest, Smoketest) {
|
||||
for (int i = 0; i < 10; i++) {
|
||||
std::this_thread::sleep_for(100ms);
|
||||
TimeSyncClient::Metadata m = client.GetMetadata();
|
||||
fmt::println("Offset={} rtt={}", m.offset, m.rtt2);
|
||||
wpi::println("Offset={} rtt={}", m.offset, m.rtt2);
|
||||
}
|
||||
|
||||
server.Stop();
|
||||
|
||||
Reference in New Issue
Block a user