Clarification

This commit is contained in:
Ben Meadors 2025-05-14 13:32:22 -05:00
parent 1e507865aa
commit a8da85a73f

View file

@ -108,5 +108,5 @@ message MapReport {
* User has opted in to share their location (map report) with the mqtt server
* Controlled by map_report.should_report_location
*/
bool has_opted_in = 14;
bool has_opted_report_location = 14;
}