mirror of
https://github.com/BotChain-Robots/firmware.git
synced 2026-07-08 17:47:21 +02:00
Send more metadata
This commit is contained in:
@@ -153,3 +153,7 @@ std::pair<std::vector<uint8_t>, std::vector<Orientation>> CommunicationRouter::g
|
||||
|
||||
return { connected_module_ids, connected_module_orientations };
|
||||
}
|
||||
|
||||
[[nodiscard]] uint8_t CommunicationRouter::get_leader() const {
|
||||
return this->m_leader;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user