Create TSP Server in C++ photonlib (#1516)

Automatically starts a TCP server in C++. Also adds warnings to Python.
This commit is contained in:
Matt
2024-11-01 23:32:38 -07:00
committed by GitHub
parent 75e2498f53
commit fc8ecac376
8 changed files with 82 additions and 4 deletions

View File

@@ -30,5 +30,6 @@ int main(int argc, char** argv) {
HAL_Initialize(500, 0);
::testing::InitGoogleTest(&argc, argv);
int ret = RUN_ALL_TESTS();
HAL_Shutdown();
return ret;
}