Allow multiple robots on the same network (#5)

* Support multiple bots on the same network

* Bulk OTa

* Bugfixes
This commit is contained in:
2026-03-11 01:41:30 -04:00
committed by GitHub
parent eca875a791
commit e30eb39187
13 changed files with 105 additions and 32 deletions

View File

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