Support multiple bots on the same network

This commit is contained in:
2026-03-10 16:15:02 -04:00
parent eca875a791
commit 9986b07362
5 changed files with 56 additions and 3 deletions

View File

@@ -15,6 +15,7 @@ struct ModuleInstance {
uint8_t id;
ModuleType type;
int angle;
uint8_t leader;
};
struct ModuleConnectionInstance {