Update module_config.proto

This commit is contained in:
Ben Meadors 2025-05-14 14:13:51 -05:00 committed by GitHub
parent 3a35144931
commit f76d353f38
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -97,7 +97,7 @@ message ModuleConfig {
uint32 position_precision = 2;
/*
* Whether we should report our location to the map
* Whether we have opted-in to report our location to the map
*/
bool should_report_location = 3;
}