add more plumbing

This commit is contained in:
Thomas Göttgens 2023-05-31 12:15:41 +02:00
parent b48ecf810e
commit 659004c470
2 changed files with 10 additions and 0 deletions

View file

@ -106,6 +106,11 @@ message LocalModuleConfig {
*/
ModuleConfig.RemoteHardwareConfig remote_hardware = 10;
/*
* The part of the config that is specific to the Neighbor Info module
*/
ModuleConfig.NeighborInfoConfig neighbor_info = 11;
/*
* A version integer used to invalidate old save files when we make
* incompatible changes This integer is set at build time and is private to

View file

@ -577,6 +577,11 @@ message ModuleConfig {
* TODO: REPLACE
*/
RemoteHardwareConfig remote_hardware = 9;
/*
* TODO: REPLACE
*/
NeighborInfoConfig neighbor_info = 10;
}
}